|
@@ -39,7 +39,7 @@ public class WMSServiceImpl implements WMSService {
|
|
// 山西
|
|
// 山西
|
|
//private static final String SX = "http://127.0.0.1:8082";
|
|
//private static final String SX = "http://127.0.0.1:8082";
|
|
// 重庆
|
|
// 重庆
|
|
- private static final String CQ = "http://127.0.0.1:8182";
|
|
|
|
|
|
+ // private static final String CQ = "http://127.0.0.1:8182";
|
|
// 广西
|
|
// 广西
|
|
private static final String GX = "http://127.0.0.1:8282";
|
|
private static final String GX = "http://127.0.0.1:8282";
|
|
// 四川
|
|
// 四川
|
|
@@ -48,7 +48,7 @@ public class WMSServiceImpl implements WMSService {
|
|
private static final ConcurrentMap<String, String> WMS_MAPPING = new ConcurrentHashMap<String, String>() {{
|
|
private static final ConcurrentMap<String, String> WMS_MAPPING = new ConcurrentHashMap<String, String>() {{
|
|
put("D104", ""); // 山西鸿翔一心堂药业有限公司
|
|
put("D104", ""); // 山西鸿翔一心堂药业有限公司
|
|
put("D103", SC); // 四川鸿翔一心堂药业有限公司
|
|
put("D103", SC); // 四川鸿翔一心堂药业有限公司
|
|
- put("D105", CQ); // 重庆鸿翔一心堂药业有限公司
|
|
|
|
|
|
+ put("D105", ""); // 重庆鸿翔一心堂药业有限公司
|
|
put("D907", ""); // 上海鸿翔一心堂药业有限公司
|
|
put("D907", ""); // 上海鸿翔一心堂药业有限公司
|
|
put("D101", GX); // 广西鸿翔一心堂药业有限公司
|
|
put("D101", GX); // 广西鸿翔一心堂药业有限公司
|
|
put("D110", ""); // 河南鸿翔一心堂药业有限公司
|
|
put("D110", ""); // 河南鸿翔一心堂药业有限公司
|