Commit 229618bcac2a95e703807e7665fe044324a87edd
1 parent
e9c98fc8a3
Exists in
master
and in
8 other branches
修改产检删除
Showing 1 changed file with 3 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
229618b
... | ... | @@ -271,8 +271,8 @@ |
271 | 271 | setLashCTimes(hospitalId, antExChuModel.getParentId(), 1); |
272 | 272 | |
273 | 273 | //初诊,修改产检管理 |
274 | - antenatalExaminationService.updateAntExRecord(antExChuModel.getId(), 1); | |
275 | - | |
274 | +// antenatalExaminationService.updateAntExRecord(antExChuModel.getId(), 1); | |
275 | + recordService.handExRecord(antExChuModel.getParentId()); | |
276 | 276 | } else { |
277 | 277 | AntExChuQuery antExChuQuery1 = new AntExChuQuery(); |
278 | 278 | antExChuQuery1.setParentId(excAddRequest.getParentId()); |
... | ... | @@ -313,7 +313,7 @@ |
313 | 313 | //修改本院最后一次定义高危 |
314 | 314 | updateLastRhTime(patients.getId(), hospitalId); |
315 | 315 | setLashCTimes(hospitalId, antExChuModel.getParentId(), 1); |
316 | - antenatalExaminationService.updateAntExRecord(antExChuModel.getId(), 1); | |
316 | + recordService.handExRecord(antExChuModel.getParentId()); | |
317 | 317 | if (null != patients.getBuildType() && patients.getBuildType() == 3) { |
318 | 318 | Patients patients1 = new Patients(); |
319 | 319 | patients1.setEnable("1"); |