Commit fb87fb6577bfdf6e14acd5fb3dc1b75db2e9ae8b
1 parent
5f941d8ab8
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/AntenatalExaminationFacade.java
View file @
fb87fb6
... | ... | @@ -324,7 +324,7 @@ |
324 | 324 | patients1.setLastCheckEmployeeId(antExAddRequest.getCheckDoctor()); |
325 | 325 | |
326 | 326 | model.setPid(patients.getPid()); |
327 | - if (StringUtils.isNotEmpty(patients1.getEnable()) && "0".equals(patients1.getEnable())) { | |
327 | + if (StringUtils.isNotEmpty(patients.getEnable()) && "0".equals(patients.getEnable())) { | |
328 | 328 | patients1.setEnable("1"); |
329 | 329 | } |
330 | 330 |