Commit 2a3ed7ef7c22070e1307f1d5790c56d9fa3e47b5

Authored by yangfei

Merge remote-tracking branch 'origin/master'

Showing 1 changed file

platform-operate-api/src/main/java/com/lyms/platform/operate/web/utils/SendMysqlSyncDatUtil.java View file @ 2a3ed7e
... ... @@ -91,7 +91,7 @@
91 91 for (int i = 0 ; i < 3 ; i++)
92 92 {
93 93 String result = HttpClientUtil.doPostSSL(url,json,"3d19960bf3e81e7d816c4f26051c49ba");
94   - System.out.println("sync mysql result = " + result+";url="+url+";json="+json);
  94 + System.out.println("sync mysql result = " + result+";url="+url);
95 95 if (result == null)
96 96 {
97 97 continue;