fix:压制送空修改

This commit is contained in:
songxiaopeng
2024-04-20 13:55:22 +08:00
parent 803979594d
commit a52c182a47

View File

@@ -129,6 +129,7 @@ public class YZSKTask extends AbstractTask {
.and(la -> la.isNull(SchBasePoint::getIng_task_code) // 当前执行的任务为空或者NULL有数据表示锁住
.or()
.eq(SchBasePoint::getIng_task_code, ""))
.notLike(SchBasePoint::getPoint_code,"CBJ%")
.eq(SchBasePoint::getIs_used, true)
.orderByAsc(SchBasePoint::getIn_order_seq)
.orderByAsc(SchBasePoint::getPoint_code);