Commit 845d80e42846f5540f69eabf8689f6eba444b86d
1 parent
67b52e9cc9
Exists in
master
and in
6 other branches
服务开通
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientServiceFacade.java
View file @
845d80e
... | ... | @@ -145,6 +145,7 @@ |
145 | 145 | patientServiceService.addPatientService(ps); |
146 | 146 | |
147 | 147 | BaseResponse baseResponse = new BaseResponse(); |
148 | + baseResponse.setObject(ps.getId()); | |
148 | 149 | baseResponse.setErrorcode(ErrorCodeConstants.SUCCESS); |
149 | 150 | baseResponse.setErrormsg("成功"); |
150 | 151 | return baseResponse; |