Commit 9ea53cd1adf1a4d1cb020c2eeeb3db23d03e0fdb
1 parent
9e0a0f6561
Exists in
master
and in
1 other branch
增加设置parentid
Showing 1 changed file with 4 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PostReviewFacade.java
View file @
9ea53cd
... | ... | @@ -4,6 +4,8 @@ |
4 | 4 | import com.lyms.platform.biz.service.PatientsService; |
5 | 5 | import com.lyms.platform.biz.service.PostReviewService; |
6 | 6 | import com.lyms.platform.common.constants.ErrorCodeConstants; |
7 | +import com.lyms.platform.common.enums.ServiceStatusEnums; | |
8 | +import com.lyms.platform.common.enums.ServiceTypeEnums; | |
7 | 9 | import com.lyms.platform.common.enums.YnEnums; |
8 | 10 | import com.lyms.platform.common.result.BaseObjectResponse; |
9 | 11 | import com.lyms.platform.common.result.BaseResponse; |
... | ... | @@ -80,6 +82,8 @@ |
80 | 82 | patients1.setVcCardNo(null); |
81 | 83 | patients1.setMremark(null); |
82 | 84 | patients1.setFileCode(null); |
85 | + patients1.setServiceType(ServiceTypeEnums.STANDARD_SERVICE.getId()); | |
86 | + patients1.setServiceStatus(ServiceStatusEnums.STANDARD_OPEN.getId()); | |
83 | 87 | patientsService.addPatient(patients1); |
84 | 88 | } |
85 | 89 | if (StringUtils.isEmpty(postReviewRequest.getId())) { |