Commit 17cbdbb8fbf5020f1a70036c5d9809cc3a7d8398
1 parent
aa87c0d5fd
Exists in
master
and in
8 other branches
修改新电子病历
Showing 3 changed files with 3 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
17cbdbb
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java
View file @
17cbdbb
... | ... | @@ -74,7 +74,7 @@ |
74 | 74 | public BaseResponse addOneReferralApplyOrder(ReferralApplyOrderAddRequest referralApplyOrderAddRequest, Integer userId, Integer type) { |
75 | 75 | ReferralApplyOrderModel referralApplyOrderModel = referralApplyOrderAddRequest.convertToDataModel(); |
76 | 76 | referralApplyOrderModel.setCreated(new Date()); |
77 | - referralApplyOrderModel.setStatus(0); | |
77 | + referralApplyOrderModel.setStatus(1); | |
78 | 78 | PatientsQuery patientsQuery = new PatientsQuery(); |
79 | 79 | patientsQuery.setId(referralApplyOrderModel.getParentId()); |
80 | 80 |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyCheckFacade.java
View file @
17cbdbb