Commit c7e3cf3f545835515f9252e31b28c1a1b3fa540d

Authored by liquanyu
1 parent eca83f86bb

隆化中间库对接

Showing 1 changed file with 6 additions and 7 deletions

platform-operate-api/src/main/java/com/lyms/hospitalapi/lhxfy/LhxfyZjkService.java View file @ c7e3cf3
... ... @@ -803,13 +803,12 @@
803 803  
804 804 public void sendSyncData(String json,String path)
805 805 {
806   -// String result = HttpClientUtil.doPostSSL(path,json);
807   - System.out.println(json);
808   -// if (!"success".equals(result))
809   -// {
810   -// ExceptionUtils.catchException("syncLhxfyzjk="+json);
811   -// }
812   -// System.out.println("path = "+ path+ " ,sendSyncData result = "+ result);
  806 + String result = HttpClientUtil.doPostSSL(path,json);
  807 + if (!"success".equals(result))
  808 + {
  809 + ExceptionUtils.catchException("syncLhxfyzjk="+json);
  810 + }
  811 + System.out.println("path = "+ path+ " ,sendSyncData result = "+ result);
813 812 }
814 813 }