Ver Fonte

D908 HN

lizw há 1 ano atrás
pai
commit
926bb92f67

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

@@ -52,11 +52,9 @@ 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.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";
+    private static final String HN = "http://10.100.0.100:9109";
     // 河南
     private static final String HEN = "http://10.0.30.225:8110";
     // 云南
@@ -73,7 +71,7 @@ public class WMSServiceImpl implements WMSService {
     private static final String D118 = "http://10.0.30.220:28118";
     // 天津 D117
     private static final String D117 = "http://10.0.30.218:18999";
-    private static final String D908 = "http://10.100.20.105:9908";
+    private static final String D908 = "http://10.100.0.100:9908";
 
     // 物流中心编码与WebService服务映射
     private static final ConcurrentMap<String, String> WMS_MAPPING = new ConcurrentHashMap<String, String>() {{