|
@@ -99,7 +99,7 @@ public class WMSServiceImpl implements WMSService {
|
|
|
// 物流中心编码与WebService服务映射
|
|
|
private static final ConcurrentMap<String, String> WMS_MAPPING = new ConcurrentHashMap<String, String>() {{
|
|
|
put("D104", ""); // 山西鸿翔一心堂药业有限公司
|
|
|
- put("D103", ""); // 四川鸿翔一心堂药业有限公司
|
|
|
+ put("D103", YN_PG_TEST); // 四川鸿翔一心堂药业有限公司
|
|
|
put("D105", ""); // 重庆鸿翔一心堂药业有限公司
|
|
|
put("D907", ""); // 上海鸿翔一心堂药业有限公司
|
|
|
put("D101", ""); // 广西鸿翔一心堂药业有限公司
|
|
@@ -109,7 +109,7 @@ public class WMSServiceImpl implements WMSService {
|
|
|
put("D106", ""); // 成都鸿翔一心堂药业有限公司
|
|
|
put("D109", ""); // 海南鸿翔一心堂药业有限公司
|
|
|
put("D301", ""); // 海南一心堂医药有限公司
|
|
|
- put("D100", YN_PG_TEST); // 一心堂药业集团股份有限公司
|
|
|
+ put("D100", ""); // 一心堂药业集团股份有限公司
|
|
|
put("D300", YND300_PG_TEST); // 云南鸿云药业有限公司
|
|
|
put("D108", ""); // 天津鸿翔一心堂药业有限公司
|
|
|
put("D900", YND900_PG_TEST); // 一心到家科技公司(电商仓)
|