Commit 15fe64d04d35a4a7d21c84ec5bbc6cc9afe13498

Authored by liquanyu
1 parent 27d1d88770

update code

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/utils/SendMysqlSyncDatUtil.java View file @ 15fe64d
... ... @@ -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);
  94 + System.out.println("sync mysql result = " + result+";url="+url+";json="+json);
95 95 if (result == null)
96 96 {
97 97 continue;