Commit d91d6a5b335b14bbcde4111debe6bdd58b53c651
1 parent
bb309a5aee
Exists in
master
and in
6 other branches
孕妇学校
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientCourseFacade.java
View file @
d91d6a5
... | ... | @@ -535,6 +535,8 @@ |
535 | 535 | //主讲 |
536 | 536 | result.put("courseSpeaker",model.getCourseSpeaker() == null ? "" : model.getCourseSpeaker()); |
537 | 537 | |
538 | + result.put("timeLong",model.getTimeLong()+""); | |
539 | + | |
538 | 540 | String hospitalName = ""; |
539 | 541 | if (org.apache.commons.lang.StringUtils.isNotEmpty(model.getHospitalId())) { |
540 | 542 | Organization organization = organizationService.getOrganization(Integer.parseInt(model.getHospitalId())); |