Commit 92f56d92d162628ab78fd76ea5e002da8f0695cf
1 parent
e28c8ed890
Exists in
master
and in
6 other branches
mysql同步
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 @
92f56d9
... | ... | @@ -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; |