Commit 955bb50313f5034db25ec061deee6926abd1dda3
1 parent
5fce3c3b07
Exists in
master
and in
6 other branches
短信
Showing 1 changed file with 9 additions and 9 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
955bb50
... | ... | @@ -424,10 +424,10 @@ |
424 | 424 | } |
425 | 425 | |
426 | 426 | //诸城市妇幼保健院 |
427 | - if ("2100001634".equals(hospitalId)) | |
428 | - { | |
429 | - zcPrenatalService.saveAntexFu(antExamModel); | |
430 | - } | |
427 | +// if ("2100001634".equals(hospitalId)) | |
428 | +// { | |
429 | +// zcPrenatalService.saveAntexFu(antExamModel); | |
430 | +// } | |
431 | 431 | |
432 | 432 | } |
433 | 433 | }); |
... | ... | @@ -785,7 +785,7 @@ |
785 | 785 | |
786 | 786 | |
787 | 787 | mr.setKeyword2(DateUtil.getymd()); |
788 | - mr.setRemark(""); | |
788 | + mr.setRemark(patient.getLastCheckEmployeeId()); | |
789 | 789 | mr.setCreated(DateUtil.getyyyy_MM_dd_hms(new Date())); |
790 | 790 | |
791 | 791 | mr.setWxTempId(WxTempleteIdEnums.FU_WU_DING_GOU_TX.getId()); |
... | ... | @@ -885,10 +885,10 @@ |
885 | 885 | } |
886 | 886 | |
887 | 887 | //诸城市妇幼保健院 |
888 | - if ("2100001634".equals(hospitalId)) | |
889 | - { | |
890 | - zcPrenatalService.saveAntexChu(antExChuModel); | |
891 | - } | |
888 | +// if ("2100001634".equals(hospitalId)) | |
889 | +// { | |
890 | +// zcPrenatalService.saveAntexChu(antExChuModel); | |
891 | +// } | |
892 | 892 | } |
893 | 893 | }); |
894 | 894 | } |