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