Commit da28c10a261a66110b6b0ed3e7b172d34efc3c2a
1 parent
ede7581929
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java
View file @
da28c10
... | ... | @@ -402,6 +402,8 @@ |
402 | 402 | patientsLocal.setGcdfDoctorId(deliverAddRequest.getGcdfDoctorId());//全部产妇管理要使用作为查询条件 |
403 | 403 | // HuJiaqi添加结束 |
404 | 404 | patientsService.updatePatient(patientsLocal); |
405 | + /*20201128 wtt 排查使用*/ | |
406 | + operateLogFacade.addAddOptLog(userId, Integer.parseInt(hospitalId), patientsLocal, OptActionEnums.ADD.getId(), "patientsLocal分娩出院小结排查使用"); | |
405 | 407 | |
406 | 408 | //修改分娩日期 |
407 | 409 | updatePatientFmDate(patients1.getPid(), fmDate, 1, patients1.getLastMenses()); |