浏览代码

移除 天津D117(天津一心堂乾昌药业连锁有限公司) 配置

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

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

@@ -90,7 +90,7 @@ public class WMSServiceImpl implements WMSService {
     // 上海 D907
     // 上海 D907
     // private static final String D907 = "http://10.0.30.225:18999";
     // private static final String D907 = "http://10.0.30.225:18999";
     // 天津 D117
     // 天津 D117
-    private static final String D117 = "http://10.0.30.218:18999";
+    // private static final String D117 = "http://10.0.30.218:18999";
 
 
     // 物流中心编码与WebService服务映射
     // 物流中心编码与WebService服务映射
     private static final ConcurrentMap<String, String> WMS_MAPPING = new ConcurrentHashMap<String, String>() {{
     private static final ConcurrentMap<String, String> WMS_MAPPING = new ConcurrentHashMap<String, String>() {{
@@ -111,7 +111,7 @@ public class WMSServiceImpl implements WMSService {
         put("D900", ""); // 一心到家科技公司(电商仓)
         put("D900", ""); // 一心到家科技公司(电商仓)
         put("D504", ""); // 医云医疗产业发展(云南)有限公司
         put("D504", ""); // 医云医疗产业发展(云南)有限公司
         put("D112", ""); // 山西一心堂广生药业连锁有限公司
         put("D112", ""); // 山西一心堂广生药业连锁有限公司
-        put("D117", D117); // 天津D117(天津一心堂乾昌药业连锁有限公司)
+        put("D117", ""); // 天津D117(天津一心堂乾昌药业连锁有限公司)
     }};
     }};
 
 
     private static final ConcurrentMap<String, WMSService> SERVICE_MAPPING = new ConcurrentHashMap<>(WMS_MAPPING.size());
     private static final ConcurrentMap<String, WMSService> SERVICE_MAPPING = new ConcurrentHashMap<>(WMS_MAPPING.size());