Commit 02ade7c7b953be72c3176666bb88e89fc2f81fb3

Authored by jiangjiazhi
1 parent d135793840
Exists in master

修改产检删除

Showing 1 changed file with 1 additions and 2 deletions

platform-biz-patient-service/src/main/java/com/lyms/platform/biz/service/PatientsService.java View file @ 02ade7c
... ... @@ -254,7 +254,7 @@
254 254 PatientsQuery patientsQuery2=new PatientsQuery();
255 255 patientsQuery2.setPid(patients.getPid());
256 256 patientsQuery2.setEnable("0");
257   -
  257 + patientsQuery2.setSource(patients.getId());
258 258 //查询出其他医院的隐藏建档
259 259 List<Patients> patientses=queryPatient(patientsQuery2);
260 260 if(CollectionUtils.isNotEmpty(patientses)){
... ... @@ -275,7 +275,6 @@
275 275 private void updateExRecord(Patients patients){
276 276 AntExRecordQuery antExRecordQuery=new AntExRecordQuery();
277 277 antExRecordQuery.setParentId(patients.getId());
278   -
279 278 AntExRecordModel antExRecordModel=new AntExRecordModel();
280 279 antExRecordModel.setLastMenses(patients.getLastMenses());
281 280 antExRecordModel.setBuildTime(patients.getBookbuildingDate());