Commit b83d71858bba0e9c24e61dc83da5093e0906cf97

Authored by jiangjiazhi
1 parent fb4b50f172
Exists in master

修改产检删除

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 @ b83d718
... ... @@ -99,7 +99,7 @@
99 99 patients.setType(1);
100 100 patients.setCreated(new Date());
101 101 patients.setBookbuildingDoctor(userId + "");
102   - patients.setEnable("0");
  102 + patients.setEnable("2");
103 103 patients.setBookbuildingDate(new Date());
104 104 patientsService.addPatient(patients);
105 105 return patients.getId();