|
@@ -91,6 +91,8 @@ public class WMSServiceImpl implements WMSService {
|
|
|
// private static final String D112 = "http://10.0.30.225:8999";
|
|
|
// 上海 D907
|
|
|
private static final String D907 = "http://10.100.0.100:9907";
|
|
|
+ // 上海鸿翔 D107
|
|
|
+ private static final String D107 = "http://10.100.0.100:9107";
|
|
|
// 天津 D117
|
|
|
// private static final String D117 = "http://10.0.30.218:18999";
|
|
|
|
|
@@ -99,7 +101,8 @@ public class WMSServiceImpl implements WMSService {
|
|
|
put("D104", ""); // 山西鸿翔一心堂药业有限公司
|
|
|
put("D103", ""); // 四川鸿翔一心堂药业有限公司
|
|
|
put("D105", ""); // 重庆鸿翔一心堂药业有限公司
|
|
|
- put("D907", D907); // 上海鸿翔一心堂药业有限公司
|
|
|
+ put("D907", ""); // 上海自动化仓
|
|
|
+ put("D107", D107); // 上海鸿翔一心堂药业有限公司
|
|
|
put("D101", ""); // 广西鸿翔一心堂药业有限公司
|
|
|
put("D110", ""); // 河南鸿翔一心堂药业有限公司
|
|
|
put("D115", ""); // 一心堂药业(山西)有限公司
|