Commit 5f941d8ab866a98ed5c988481f05c8e9cab3fd37

Authored by jiangjiazhi
1 parent 0a210c1dfe

全部孕妇管理增加按照排序

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 @ 5f941d8
... ... @@ -323,7 +323,7 @@
323 323 patients1.setId(patients.getId());
324 324 patients1.setLastCheckEmployeeId(antExAddRequest.getCheckDoctor());
325 325  
326   - model.setPid(patients1.getPid());
  326 + model.setPid(patients.getPid());
327 327 if (StringUtils.isNotEmpty(patients1.getEnable()) && "0".equals(patients1.getEnable())) {
328 328 patients1.setEnable("1");
329 329 }