Browse Source

测试环境 新增 成都 贵州 海南 河南

lizw 3 years ago
parent
commit
0158fd0e08
1 changed files with 13 additions and 4 deletions
  1. 13 4
      soap-gateway/src/main/java/com/galaxis/soap/wms/WMSServiceImpl.java

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

@@ -48,6 +48,15 @@ public class WMSServiceImpl implements WMSService {
     // private static final String GX = "http://127.0.0.1:8282";
     // 四川
     //private static final String SC = "http://127.0.0.1:8382";
+    // 成都
+    private static final String CD = "http://10.0.30.225:8106";
+    // 贵州
+    private static final String GZ = "http://10.0.30.225:8102";
+    // 海南
+    private static final String HN = "http://10.0.30.225:8109";
+    // 河南
+    private static final String HEN = "http://10.0.30.225:8110";
+
     // 物流中心编码与WebService服务映射
     private static final ConcurrentMap<String, String> WMS_MAPPING = new ConcurrentHashMap<String, String>() {{
         put("D104", ""); // 山西鸿翔一心堂药业有限公司
@@ -57,10 +66,10 @@ public class WMSServiceImpl implements WMSService {
         put("D101", ""); // 广西鸿翔一心堂药业有限公司
         put("D110", ""); // 河南鸿翔一心堂药业有限公司
         put("D115", ""); // 一心堂药业(山西)有限公司
-        put("D102", ""); // 贵州鸿翔-一心堂药业有限公司
-        put("D106", ""); // 成都鸿翔一心堂药业有限公司
-        put("D109", ""); // 海南鸿翔一心堂药业有限公司
-        put("D301", ""); // 海南一心堂医药有限公司
+        put("D102", GZ); // 贵州鸿翔-一心堂药业有限公司
+        put("D106", CD); // 成都鸿翔一心堂药业有限公司
+        put("D109", HN); // 海南鸿翔一心堂药业有限公司
+        put("D301", HEN); // 海南一心堂医药有限公司
         put("D100", ""); // 一心堂药业集团股份有限公司
         put("D300", ""); // 云南鸿云药业有限公司
         put("D108", ""); // 天津鸿翔一心堂药业有限公司