fix:管制判断4
This commit is contained in:
@@ -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());
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user