Commit d7df02015899b5f648b6c6d3148a3292b3339166
1 parent
564d0c4839
Exists in
master
and in
6 other branches
逗号改括号
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java
View file @
d7df020
... | ... | @@ -1169,7 +1169,7 @@ |
1169 | 1169 | patientManagerQueryModel.setpId(patients.getPid()); |
1170 | 1170 | String dueWeek = ""; |
1171 | 1171 | try { |
1172 | -// && patients.getBuildType() == 2 | |
1172 | + // && patients.getBuildType() == 2 | |
1173 | 1173 | if (patients.getBookbuildingDate().getTime() - patients.getDueDate().getTime() > 0) { |
1174 | 1174 | dueWeek = "已分娩"; |
1175 | 1175 | } else { |