|
@@ -58,6 +58,8 @@ public class WMSServiceImpl implements WMSService {
|
|
|
private static final String HEN = "http://10.0.30.225:8110";
|
|
|
// 云南
|
|
|
private static final String YN = "http://10.0.30.220:18999";
|
|
|
+ // 云南D300
|
|
|
+ private static final String YND300 = "http://10.0.30.220:28999";
|
|
|
|
|
|
// 物流中心编码与WebService服务映射
|
|
|
private static final ConcurrentMap<String, String> WMS_MAPPING = new ConcurrentHashMap<String, String>() {{
|
|
@@ -73,7 +75,7 @@ public class WMSServiceImpl implements WMSService {
|
|
|
put("D109", ""); // 海南鸿翔一心堂药业有限公司
|
|
|
put("D301", ""); // 海南一心堂医药有限公司
|
|
|
put("D100", YN); // 一心堂药业集团股份有限公司
|
|
|
- put("D300", ""); // 云南鸿云药业有限公司
|
|
|
+ put("D300", YND300); // 云南鸿云药业有限公司
|
|
|
put("D108", ""); // 天津鸿翔一心堂药业有限公司
|
|
|
put("D900", YN); // 一心到家科技公司(电商仓)
|
|
|
put("D504", ""); // 医云医疗产业发展(云南)有限公司
|