lizw 1 年之前
父节点
当前提交
3902cd9479
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      soap-gateway/src/main/java/com/galaxis/soap/wms/WMSServiceImpl.java

+ 4 - 2
soap-gateway/src/main/java/com/galaxis/soap/wms/WMSServiceImpl.java

@@ -43,7 +43,8 @@ public class WMSServiceImpl implements WMSService {
     // 山西
     private static final String SX = "http://127.0.0.1:8082";
     // 重庆
-    private static final String CQ = "http://127.0.0.1:8182";
+    // private static final String CQ = "http://127.0.0.1:8182";
+    private static final String CQ = "http://10.100.0.100:9105";
     // 广西
     private static final String GX = "http://127.0.0.1:8282";
     // 四川
@@ -51,7 +52,8 @@ public class WMSServiceImpl implements WMSService {
     // 成都
     private static final String CD = "http://10.100.0.100:9106";
     // 贵州
-    private static final String GZ = "http://10.0.30.225:8102";
+    // private static final String GZ = "http://10.0.30.225:8102";
+    private static final String GZ = "http://10.100.0.100:9102";
     // 海南
     // private static final String HN = "http://10.0.30.225:8109";
     private static final String HN = "http://10.100.20.105:9109";