|
@@ -25,9 +25,11 @@ public class Constant {
|
|
|
public static final Long LOC_MIDDLE_CACHE = 99999l;
|
|
|
|
|
|
//region WCS智库 工单下发
|
|
|
- public static final String WCS_TASK_URL = "http://192.168.100.10:8082/gsjc/wms/bill";
|
|
|
+// public static final String WCS_TASK_URL = "http://192.168.100.10:8082/gsjc/wms/bill";
|
|
|
+ public static final String WCS_TASK_URL = "http://localhost:8008/test/wcs/test1";
|
|
|
//出库任务下发
|
|
|
- public static final String WCS_TASK_URL1 = "http://192.168.100.10:8082/gsjc/wms/out/task";
|
|
|
+// public static final String WCS_TASK_URL1 = "http://192.168.100.10:8082/gsjc/wms/out/task";
|
|
|
+ public static final String WCS_TASK_URL1 = "http://localhost:8008/test/wcs/test2";
|
|
|
|
|
|
/**
|
|
|
* 产线编号
|