Commit 172483b4860cb24fdb3cb43b303797b64a7cb574
1 parent
85980bba10
Exists in
master
修改产检删除
Showing 1 changed file with 1 additions and 1 deletions
platform-biz-patient-service/src/main/java/com/lyms/platform/biz/service/PatientsService.java
View file @
172483b
... | ... | @@ -253,7 +253,7 @@ |
253 | 253 | public void updateBaseData(Patients patients){ |
254 | 254 | PatientsQuery patientsQuery2=new PatientsQuery(); |
255 | 255 | patientsQuery2.setPid(patients.getPid()); |
256 | - patientsQuery2.setEnable("0"); | |
256 | + patientsQuery2.setEnable("2"); | |
257 | 257 | patientsQuery2.setSource(patients.getId()); |
258 | 258 | //查询出其他医院的隐藏建档 |
259 | 259 | List<Patients> patientses=queryPatient(patientsQuery2); |