|
@@ -42,6 +42,8 @@ public class WMSServiceImpl implements WMSService {
|
|
|
private static final String API = "/wms/api";
|
|
|
// 山西
|
|
|
//private static final String SX = "http://127.0.0.1:8082";
|
|
|
+ // 山西 Test
|
|
|
+ private static final String SX_TEST = "http://10.2.24.62:8082";
|
|
|
// 重庆
|
|
|
//private static final String CQ = "http://127.0.0.1:8182";
|
|
|
// 广西
|
|
@@ -75,7 +77,7 @@ public class WMSServiceImpl implements WMSService {
|
|
|
put("D907", ""); // 上海鸿翔一心堂药业有限公司
|
|
|
put("D101", ""); // 广西鸿翔一心堂药业有限公司
|
|
|
put("D110", HEN); // 河南鸿翔一心堂药业有限公司
|
|
|
- put("D115", ""); // 一心堂药业(山西)有限公司
|
|
|
+ put("D115", SX_TEST); // 一心堂药业(山西)有限公司
|
|
|
put("D102", ""); // 贵州鸿翔-一心堂药业有限公司
|
|
|
put("D106", ""); // 成都鸿翔一心堂药业有限公司
|
|
|
put("D109", ""); // 海南鸿翔一心堂药业有限公司
|