lizw hace 1 año
padre
commit
8af34490f2

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

@@ -64,9 +64,11 @@ public class WMSServiceImpl implements WMSService {
     // 云南D900
     private static final String YND900 = "http://10.0.30.220:38999";
     // D112
-    private static final String D112 = "http://10.100.0.100:9112";
+    // private static final String D112 = "http://10.100.0.100:9112";
+    private static final String D112 = "http://10.0.30.225:8999";
     // 上海 D107
-    private static final String D107 = "http://10.100.0.100:9107";
+    // private static final String D107 = "http://10.100.0.100:9107";
+    private static final String D107 = "http://10.0.30.225:18999";
     // D118河南一心堂康健药业有些公司
     private static final String D118 = "http://10.100.0.100:9118";
     // 天津 D117
@@ -78,7 +80,7 @@ public class WMSServiceImpl implements WMSService {
         put("D104", SX); // 山西鸿翔一心堂药业有限公司
         put("D103", SC); // 四川鸿翔一心堂药业有限公司
         put("D105", CQ); // 重庆鸿翔一心堂药业有限公司
-        // put("D107", D107); // 上海鸿翔一心堂药业有限公司
+        put("D107", D107); // 上海鸿翔一心堂药业有限公司
         put("D101", GX); // 广西鸿翔一心堂药业有限公司
         put("D110", HEN); // 河南鸿翔一心堂药业有限公司
         put("D115", SX); // 一心堂药业(山西)有限公司
@@ -91,8 +93,8 @@ public class WMSServiceImpl implements WMSService {
         put("D108", ""); // 天津鸿翔一心堂药业有限公司
         put("D900", YND900); // 一心到家科技公司(电商仓)
         put("D504", ""); // 医云医疗产业发展(云南)有限公司
-        // put("D112", D112); // 山西一心堂广生药业连锁有限公司
-        // put("D118", D118); // 河南一心堂康健药业有些公司
+        put("D112", D112); // 山西一心堂广生药业连锁有限公司
+        put("D118", D118); // 河南一心堂康健药业有些公司
         put("D117", D117); // 天津一心堂乾昌药业连锁有限公司
         put("D908", D908);
     }};