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

View File

@@ -6,7 +6,7 @@ spring:
freemarker: freemarker:
check-template-location: false check-template-location: false
profiles: profiles:
active: prod active: dev
jackson: jackson:
time-zone: GMT+8 time-zone: GMT+8
data: data: