fix:管制判断4

This commit is contained in:
zhangzq
2025-06-12 22:53:05 +08:00
parent 25f796e201
commit a3d5593443
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ public class AutoSendDjqToGzq extends Prun{
//todo 新增NG卷放置临时管制区135136只取空不补空
List<BstIvtPackageinfoivt> ivtLists =
gzqPackageinfoivtList.stream()
.filter(r -> r.getPoint_status().equals(4))
.filter(r -> r.getPoint_status().equals("4"))
.collect(Collectors.toList());
if (ObjectUtils.isEmpty(ivtLists)) {
log.info("待检区->管制区agv自动搬运任务暂无可用空位,子卷号为:" + djqPackageinfoivtList.get(0).getContainer_name());