|
@@ -78,8 +78,9 @@ public class WMSServiceImpl implements WMSService {
|
|
|
// 云南pre
|
|
|
// private static final String YN_PRE = "http://10.0.30.220:8999";
|
|
|
// 云南 D100-pg-test
|
|
|
- private static final String YN_PG_TEST = "http://10.0.30.225:9100";
|
|
|
+ private static final String YN_PG_TEST = "http://10.0.38.88:8999";
|
|
|
// private static final String YN_PG_TEST = "http://10.0.42.210:9100";
|
|
|
+ private static final String YN_PG_TEST2 = "http://10.0.30.225:9100";
|
|
|
|
|
|
// 云南D300
|
|
|
// private static final String YND300 = "http://10.0.30.220:28999";
|
|
@@ -109,7 +110,7 @@ public class WMSServiceImpl implements WMSService {
|
|
|
put("D106", CD); // 成都鸿翔一心堂药业有限公司
|
|
|
put("D109", ""); // 海南鸿翔一心堂药业有限公司
|
|
|
put("D301", ""); // 海南一心堂医药有限公司
|
|
|
- put("D100", ""); // 一心堂药业集团股份有限公司
|
|
|
+ put("D100", YN_PG_TEST2); // 一心堂药业集团股份有限公司
|
|
|
put("D300", YND300_PG_TEST); // 云南鸿云药业有限公司
|
|
|
put("D108", ""); // 天津鸿翔一心堂药业有限公司
|
|
|
put("D900", YND900_PG_TEST); // 一心到家科技公司(电商仓)
|