Commit 5e4805cd3ed7b5194ad0ce8a778fd1a6283a1daf
1 parent
46678f4c17
Exists in
master
and in
6 other branches
小程序服务开通同步
Showing 1 changed file with 1 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientServiceSysFacade.java
View file @
5e4805c
... | ... | @@ -48,10 +48,8 @@ |
48 | 48 | JSONArray jsonArray = JSONArray.fromObject(synForm); |
49 | 49 | BaseResponse baseResponse = new BaseResponse(); |
50 | 50 | for (int i = 0; i < jsonArray.size(); i++) { |
51 | - // JSONObject jsonObject = JSONObject.fromObject(synForm); | |
52 | - // PatientService patientService = (PatientService)JSONObject.toBean(jsonObject, PatientService.class); | |
53 | 51 | PatientService patientService = (PatientService) JSONObject.toBean(jsonArray.getJSONObject(i), PatientService.class); |
54 | - System.out.println("请求参数转换结果:"+patientService); | |
52 | + // System.out.println("请求参数转换结果:"+patientService); | |
55 | 53 | baseResponse = validate(patientService); |
56 | 54 | if (baseResponse.getErrorcode() != ErrorCodeConstants.SUCCESS) { |
57 | 55 | return baseResponse; |