Commit 48d810f993a984af9d748cc5bfbd8050f868d27c
1 parent
6b2a2e2390
Exists in
master
and in
6 other branches
SmsConfigModel 过滤掉不同步
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java
View file @
48d810f
... | ... | @@ -825,7 +825,9 @@ |
825 | 825 | } |
826 | 826 | applyOrderResult.setrLevel(rLevel); |
827 | 827 | Patients patients = patientsService.findOnePatientById(orderModel.getParentId()); |
828 | + | |
828 | 829 | if (null != patients) { |
830 | + applyOrderResult.setIsGravida(patients.getType()==3?"0":"1"); | |
829 | 831 | if (1 == patients.getDueStatus()) |
830 | 832 | applyOrderResult.setcDueWeek("终止妊娠"); |
831 | 833 | else if (patients.getType() == 3) |