Commit 2021b18d9fad6bd26b4a73aead79e34bbebf2172
1 parent
b5e64fc022
Exists in
master
and in
6 other branches
改bug
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java
View file @
2021b18
... | ... | @@ -899,7 +899,7 @@ |
899 | 899 | map.put("username", p.getUsername()); |
900 | 900 | map.put("phone", com.lyms.platform.common.utils.StringUtils.encryPhone(p.getPhone())); |
901 | 901 | map.put("cardNo", com.lyms.platform.common.utils.StringUtils.encryCardNo(p.getCardNo())); |
902 | - if(p.getType() == 3 || p.getBuildType() == 2) { | |
902 | + if(p.getBuildType() == 3 || p.getBuildType() == 2) { | |
903 | 903 | map.put("week", "已分娩"); |
904 | 904 | } else { |
905 | 905 | map.put("week", DateUtil.getWeekDesc(p.getLastMenses(), new Date())); |