Commit d4ca3f98563beac864e78d3820d73c983051c293
1 parent
c016c647b8
Exists in
master
and in
6 other branches
乐陵住院提醒BUG修复
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientServiceFacade.java
View file @
d4ca3f9
| ... | ... | @@ -422,6 +422,7 @@ |
| 422 | 422 | jsonArray.add(jsonObject); |
| 423 | 423 | } |
| 424 | 424 | params.put("data", jsonArray.toString()); |
| 425 | + System.out.println("增值服务数据同步参数:" + jsonArray.toString()); | |
| 425 | 426 | String rest = HttpClientUtil.doPost(patSer_sync_url + RemoteUrlEnum.RECEIVE_PATSER_SYNC_URL.getUrl(), params, "utf-8"); |
| 426 | 427 | System.out.println("增值服务数据同步结果:" + rest); |
| 427 | 428 | } |
| ... | ... | @@ -453,6 +454,7 @@ |
| 453 | 454 | JSONObject jsonObject = new JSONObject(); |
| 454 | 455 | jsonObject.put("orderId", orderId); |
| 455 | 456 | params.put("data", jsonObject.toString()); |
| 457 | + System.out.println("领取设备请求参数:" + jsonObject.toString()); | |
| 456 | 458 | String rest = HttpClientUtil.doPost(patSer_sync_url + RemoteUrlEnum.RECEIVE_PATSER_SYNC_URL.getUrl(), params, "utf-8"); |
| 457 | 459 | System.out.println("领取设备结果:" + rest); |
| 458 | 460 | } |