rev:点位锁
This commit is contained in:
@@ -66,7 +66,9 @@ public class SortingCNTTask extends AbstractTask {
|
||||
taskService.update(new UpdateWrapper<SchBaseTask>()
|
||||
.set("task_status",TaskStatus.CREATED.getCode())
|
||||
.set("point_code1",basePoint.getPoint_code()).eq("task_id",task.getTask_id()));
|
||||
pointService.update(new UpdateWrapper<SchBasePoint>().set("ing_task_code",task.getTask_code())
|
||||
pointService.update(new UpdateWrapper<SchBasePoint>()
|
||||
.set("ing_task_code",task.getTask_code())
|
||||
.set("is_lock",true)
|
||||
.eq("point_code",basePoint.getPoint_code()));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user