Commit e43d2ea9ee97d100ee96c344b2c29a8743b166de

Authored by jiangjiazhi
1 parent 6b90efab00
Exists in master and in 2 other branches 0116, dev

分娩作废产检劵

Showing 1 changed file with 1 additions and 1 deletions

platform-biz-patient-service/src/main/java/com/lyms/platform/biz/service/AntenatalExaminationService.java View file @ e43d2ea
... ... @@ -111,7 +111,7 @@
111 111 if (CollectionUtils.isNotEmpty(list)) {
112 112 antExRecordService.batchUpdate(antExRecordModel,antExRecordQuery);
113 113 } else {
114   - antExRecordQuery.setfId(null);
  114 +// antExRecordQuery.setfId(null);
115 115 antExRecordQuery.setParentId(antExRecordModel.getParentId());
116 116 antExRecordQuery.setcId(antExRecordModel.getCheckDoctor());
117 117 Integer count = antExRecordService.count(antExRecordQuery);