From c7e3cf3f545835515f9252e31b28c1a1b3fa540d Mon Sep 17 00:00:00 2001 From: liquanyu Date: Thu, 10 Mar 2022 18:23:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=86=E5=8C=96=E4=B8=AD=E9=97=B4=E5=BA=93?= =?UTF-8?q?=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/lyms/hospitalapi/lhxfy/LhxfyZjkService.java | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/platform-operate-api/src/main/java/com/lyms/hospitalapi/lhxfy/LhxfyZjkService.java b/platform-operate-api/src/main/java/com/lyms/hospitalapi/lhxfy/LhxfyZjkService.java index 3c0cb2e..ed89615 100644 --- a/platform-operate-api/src/main/java/com/lyms/hospitalapi/lhxfy/LhxfyZjkService.java +++ b/platform-operate-api/src/main/java/com/lyms/hospitalapi/lhxfy/LhxfyZjkService.java @@ -803,12 +803,11 @@ public class LhxfyZjkService { public void sendSyncData(String json,String path) { -// String result = HttpClientUtil.doPostSSL(path,json); - System.out.println(json); -// if (!"success".equals(result)) -// { -// ExceptionUtils.catchException("syncLhxfyzjk="+json); -// } -// System.out.println("path = "+ path+ " ,sendSyncData result = "+ result); + String result = HttpClientUtil.doPostSSL(path,json); + if (!"success".equals(result)) + { + ExceptionUtils.catchException("syncLhxfyzjk="+json); + } + System.out.println("path = "+ path+ " ,sendSyncData result = "+ result); } } -- 1.8.3.1