|
@@ -64,13 +64,15 @@ public class WMSServiceImpl implements WMSService {
|
|
|
private static final String YND900 = "http://10.0.30.220:38999";
|
|
|
// D112
|
|
|
private static final String D112 = "http://10.0.30.225:8999";
|
|
|
+ // 上海 D907
|
|
|
+ private static final String D907 = "http://10.0.30.225:18999";
|
|
|
|
|
|
// 物流中心编码与WebService服务映射
|
|
|
private static final ConcurrentMap<String, String> WMS_MAPPING = new ConcurrentHashMap<String, String>() {{
|
|
|
put("D104", SX); // 山西鸿翔一心堂药业有限公司
|
|
|
put("D103", SC); // 四川鸿翔一心堂药业有限公司
|
|
|
put("D105", CQ); // 重庆鸿翔一心堂药业有限公司
|
|
|
- put("D907", ""); // 上海鸿翔一心堂药业有限公司
|
|
|
+ put("D907", D907); // 上海鸿翔一心堂药业有限公司
|
|
|
put("D101", GX); // 广西鸿翔一心堂药业有限公司
|
|
|
put("D110", HEN); // 河南鸿翔一心堂药业有限公司
|
|
|
put("D115", SX); // 一心堂药业(山西)有限公司
|