|
@@ -70,6 +70,7 @@ public class WMSServiceImpl implements WMSService {
|
|
private static final String D118 = "http://10.0.30.220:28118";
|
|
private static final String D118 = "http://10.0.30.220:28118";
|
|
// 天津 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.20.105:9908";
|
|
|
|
|
|
// 物流中心编码与WebService服务映射
|
|
// 物流中心编码与WebService服务映射
|
|
private static final ConcurrentMap<String, String> WMS_MAPPING = new ConcurrentHashMap<String, String>() {{
|
|
private static final ConcurrentMap<String, String> WMS_MAPPING = new ConcurrentHashMap<String, String>() {{
|
|
@@ -92,6 +93,7 @@ public class WMSServiceImpl implements WMSService {
|
|
put("D112", D112); // 山西一心堂广生药业连锁有限公司
|
|
put("D112", D112); // 山西一心堂广生药业连锁有限公司
|
|
put("D118", D118); // 河南一心堂康健药业有些公司
|
|
put("D118", D118); // 河南一心堂康健药业有些公司
|
|
put("D117", D117); // 天津一心堂乾昌药业连锁有限公司
|
|
put("D117", D117); // 天津一心堂乾昌药业连锁有限公司
|
|
|
|
+ put("D908", D908);
|
|
}};
|
|
}};
|
|
|
|
|
|
private static final ConcurrentMap<String, WMSService> SERVICE_MAPPING = new ConcurrentHashMap<>(WMS_MAPPING.size());
|
|
private static final ConcurrentMap<String, WMSService> SERVICE_MAPPING = new ConcurrentHashMap<>(WMS_MAPPING.size());
|