更新
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -76,6 +76,7 @@
|
||||
IF 输入.flag = "2"
|
||||
QUERY
|
||||
SELECT
|
||||
DISTINCT
|
||||
point.point_id,
|
||||
point.point_code,
|
||||
point.point_name,
|
||||
|
||||
Reference in New Issue
Block a user