Commit b838ef58f5be60f7ff21bb118a547939d453e68b
1 parent
54c6923eb0
Exists in
master
and in
6 other branches
复诊:冗余数据到产检表
Showing 1 changed file with 7 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
b838ef5
... | ... | @@ -362,9 +362,15 @@ |
362 | 362 | e.printStackTrace(); |
363 | 363 | } |
364 | 364 | try { |
365 | - //修改数据//复诊,修改产检管理 | |
365 | + //修改数据 | |
366 | 366 | syncMaster(antExamModel.getParentId(), DateUtil.getyyyy_MM_dd(antExamModel.getNextCheckTime())); |
367 | 367 | } catch (Exception e) { |
368 | + e.printStackTrace(); | |
369 | + } | |
370 | + try { | |
371 | + //复诊冗余到产检表 | |
372 | + antenatalExaminationService.updateAntExRecord(antExamModel.getId(), 2); | |
373 | + }catch (Exception e){ | |
368 | 374 | e.printStackTrace(); |
369 | 375 | } |
370 | 376 | try { |