This commit is contained in:
loujf
2022-09-14 09:03:01 +08:00
parent 9d1aa573bf
commit b8635df9e4
3 changed files with 58 additions and 42 deletions

View File

@@ -187,7 +187,7 @@ public class AcsToWmsServiceImpl implements AcsToWmsService {
//叫空托盘
jsonObject.put("next_point_code", device_code);
//如果是叠盘位3 ,则去铁托盘缓存区取
if (!StrUtil.equals(device_code,"KTPHCW3")){
if (StrUtil.equals(device_code,"KTPDDW3")){
//1 更新缓存位
JSONArray pointarr = WQL.getWO("ACSTOMES_001").addParam("area_type", AreaEnum.KTTHCQ.getCode()).addParam("flag", "4").process().getResultJSONArray(0);
PointUpdateUtil.updatePoint(pointarr);

View File

@@ -76,6 +76,7 @@
IF 输入.flag = "2"
QUERY
SELECT
DISTINCT
point.point_id,
point.point_code,
point.point_name,