fix:压制送空修改
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user