Commit d0d1772abe31a8876e1865569a6352f3a328d4c6
1 parent
89ef2d3fb2
Exists in
dev
#fix:优化大同高危指导,指导建议保存不了的问题
Showing 1 changed file with 4 additions and 4 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
d0d1772
| ... | ... | @@ -467,9 +467,9 @@ |
| 467 | 467 | model.setDoctorSign(antExAddRequest.getDoctorSign()); |
| 468 | 468 | model.setPatientSign(antExAddRequest.getPatientSign()); |
| 469 | 469 | |
| 470 | - if ("2100002419".equals(hospitalId)){ | |
| 470 | + /*if ("2100002419".equals(hospitalId)){ | |
| 471 | 471 | model.setGuide(" "); |
| 472 | - } | |
| 472 | + }*/ | |
| 473 | 473 | |
| 474 | 474 | //大同特殊处理 |
| 475 | 475 | if (antExAddRequest.getDoctorType()!=null && antExAddRequest.getDoctorType()==0){ |
| 476 | 476 | |
| ... | ... | @@ -935,9 +935,9 @@ |
| 935 | 935 | antExChuModel.setOperator(userId); |
| 936 | 936 | antExChuModel.setHospitalId(hospitalId); |
| 937 | 937 | |
| 938 | - if ("2100002419".equals(hospitalId)){ | |
| 938 | + /* if ("2100002419".equals(hospitalId)){ | |
| 939 | 939 | antExChuModel.setDirOpinion(" "); |
| 940 | - } | |
| 940 | + }*/ | |
| 941 | 941 | |
| 942 | 942 | //大同特殊处理 |
| 943 | 943 | if (excAddRequest.getDoctorType()!=null && excAddRequest.getDoctorType()==0){ |