|
@@ -46,6 +46,8 @@ public class WMSServiceImpl implements WMSService {
|
|
private static final String SX_TEST = "http://10.2.24.62:8082";
|
|
private static final String SX_TEST = "http://10.2.24.62:8082";
|
|
// 重庆
|
|
// 重庆
|
|
//private static final String CQ = "http://127.0.0.1:8182";
|
|
//private static final String CQ = "http://127.0.0.1:8182";
|
|
|
|
+ // 重庆 test
|
|
|
|
+ private static final String CQ_TEST = "http://10.2.24.62:8084";
|
|
// 广西
|
|
// 广西
|
|
// private static final String GX = "http://127.0.0.1:8282";
|
|
// private static final String GX = "http://127.0.0.1:8282";
|
|
// 广西 test
|
|
// 广西 test
|
|
@@ -54,6 +56,8 @@ public class WMSServiceImpl implements WMSService {
|
|
//private static final String SC = "http://127.0.0.1:8382";
|
|
//private static final String SC = "http://127.0.0.1:8382";
|
|
// 成都
|
|
// 成都
|
|
//private static final String CD = "http://10.0.30.225:8106";
|
|
//private static final String CD = "http://10.0.30.225:8106";
|
|
|
|
+ // 成都 test
|
|
|
|
+ private static final String CD_TEST = "http://10.2.24.62:8085";
|
|
// 贵州
|
|
// 贵州
|
|
//private static final String GZ = "http://10.0.30.225:8102";
|
|
//private static final String GZ = "http://10.0.30.225:8102";
|
|
// 海南
|
|
// 海南
|
|
@@ -75,13 +79,13 @@ 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", ""); // 四川鸿翔一心堂药业有限公司
|
|
put("D103", ""); // 四川鸿翔一心堂药业有限公司
|
|
- put("D105", ""); // 重庆鸿翔一心堂药业有限公司
|
|
|
|
|
|
+ put("D105", CQ_TEST); // 重庆鸿翔一心堂药业有限公司
|
|
put("D907", ""); // 上海鸿翔一心堂药业有限公司
|
|
put("D907", ""); // 上海鸿翔一心堂药业有限公司
|
|
put("D101", GX_TEST); // 广西鸿翔一心堂药业有限公司
|
|
put("D101", GX_TEST); // 广西鸿翔一心堂药业有限公司
|
|
put("D110", HEN); // 河南鸿翔一心堂药业有限公司
|
|
put("D110", HEN); // 河南鸿翔一心堂药业有限公司
|
|
put("D115", SX_TEST); // 一心堂药业(山西)有限公司
|
|
put("D115", SX_TEST); // 一心堂药业(山西)有限公司
|
|
put("D102", ""); // 贵州鸿翔-一心堂药业有限公司
|
|
put("D102", ""); // 贵州鸿翔-一心堂药业有限公司
|
|
- put("D106", ""); // 成都鸿翔一心堂药业有限公司
|
|
|
|
|
|
+ put("D106", CD_TEST); // 成都鸿翔一心堂药业有限公司
|
|
put("D109", ""); // 海南鸿翔一心堂药业有限公司
|
|
put("D109", ""); // 海南鸿翔一心堂药业有限公司
|
|
put("D301", ""); // 海南一心堂医药有限公司
|
|
put("D301", ""); // 海南一心堂医药有限公司
|
|
put("D100", YN_PRE); // 一心堂药业集团股份有限公司
|
|
put("D100", YN_PRE); // 一心堂药业集团股份有限公司
|