Commit ddceefe4bfd808118d70e97cc142b471de0b531c
1 parent
c579b94ff0
Exists in
master
and in
6 other branches
儿童优惠券统计-如果是孕妇分娩建档的儿童,给该儿童发放建档券后没有返回该建档券的使用医生(应该为:“ 产科病房 ”)
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java
View file @
ddceefe
... | ... | @@ -918,6 +918,7 @@ |
918 | 918 | username = findUserNameByPid(babyModel.getPid()); |
919 | 919 | phone = findPhoneByPid(babyModel.getPid()); |
920 | 920 | week = DateUtil.getMonthDesc(babyModel.getBirth(), useDate); |
921 | + doctorName = "产科病房"; /** 写死 */ | |
921 | 922 | } |
922 | 923 | } else if(type == 8) { |
923 | 924 | BabyCheckModel babyCheckModel = mongoTemplate.findById(usedId, BabyCheckModel.class); |