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