Commit c777b44c565e984c9327cb4f750c3bd2c2ea3dcd
1 parent
d4ca3f9856
Exists in
master
and in
1 other branch
数据同步接口数据验证
Showing 1 changed file with 4 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientServiceSysFacade.java
View file @
c777b44
... | ... | @@ -65,9 +65,10 @@ |
65 | 65 | patientServiceService.addPatientService(patientService); |
66 | 66 | } |
67 | 67 | } |
68 | + | |
68 | 69 | System.out.println("同步数据方法结束"); |
69 | 70 | baseResponse.setErrorcode(0); |
70 | - baseResponse.setObject(synForm); | |
71 | + // baseResponse.setObject(synForm); | |
71 | 72 | baseResponse.setErrormsg("成功"); |
72 | 73 | return baseResponse; |
73 | 74 | } |
... | ... | @@ -93,8 +94,8 @@ |
93 | 94 | return baseResponse; |
94 | 95 | } |
95 | 96 | //serType服务类型(1-高危精准指导、2-体重、3-血糖、4-血压、5-专家咨询) |
96 | - if (ps.getSerTypes() == null) { | |
97 | - baseResponse.setErrormsg("请传入serTypes"); | |
97 | + if (ps.getSerType() == null) { | |
98 | + baseResponse.setErrormsg("请传入serType"); | |
98 | 99 | baseResponse.setErrorcode(ErrorCodeConstants.PARAMETER_ERROR); |
99 | 100 | return baseResponse; |
100 | 101 | } |