lizw 2 лет назад
Родитель
Сommit
5089398a56

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

@@ -81,7 +81,7 @@ public class WMSServiceImpl implements WMSService {
     // 云南D300 test
     private static final String YND300_TEST = "http://10.2.24.62:18999";
     // 云南D900
-    private static final String YND900 = "http://10.2.24.62:8999";
+    // private static final String YND900 = "http://10.2.24.62:8999";
 
     // 物流中心编码与WebService服务映射
     private static final ConcurrentMap<String, String> WMS_MAPPING = new ConcurrentHashMap<String, String>() {{
@@ -99,7 +99,7 @@ public class WMSServiceImpl implements WMSService {
         put("D100", YN_PRE); // 一心堂药业集团股份有限公司
         put("D300", YND300_TEST); // 云南鸿云药业有限公司
         put("D108", ""); // 天津鸿翔一心堂药业有限公司
-        put("D900", YND900); // 一心到家科技公司(电商仓)
+        put("D900", ""); // 一心到家科技公司(电商仓)
         put("D504", ""); // 医云医疗产业发展(云南)有限公司
     }};