fix: 窑后钢托盘从禁止第三层改为指定类型
This commit is contained in:
@@ -172,7 +172,7 @@ public class CYZCTask extends AbstractTask {
|
|||||||
.or()
|
.or()
|
||||||
.eq(SchBasePoint::getIng_task_code, ""))
|
.eq(SchBasePoint::getIng_task_code, ""))
|
||||||
.eq(SchBasePoint::getIs_used, true)
|
.eq(SchBasePoint::getIs_used, true)
|
||||||
.ne(SchBasePoint::getLayer_num, "3")
|
.eq(SchBasePoint::getPoint_type, "2")
|
||||||
.orderByAsc(SchBasePoint::getIn_order_seq);
|
.orderByAsc(SchBasePoint::getIn_order_seq);
|
||||||
List<SchBasePoint> schBasePoints = pointService.list(lam);
|
List<SchBasePoint> schBasePoints = pointService.list(lam);
|
||||||
return ObjectUtil.isNotEmpty(schBasePoints) ? schBasePoints.get(0) : null;
|
return ObjectUtil.isNotEmpty(schBasePoints) ? schBasePoints.get(0) : null;
|
||||||
|
|||||||
Reference in New Issue
Block a user