opt:去烘箱的半条指令更新代码

This commit is contained in:
DESKTOP-5DIJMF9\admin
2025-03-05 15:43:21 +08:00
parent 3f9e85eb42
commit ee8992c047

View File

@@ -31,7 +31,7 @@ public class AutoIntoHotCacheTask {
public void run() {
log.info("定时对B1入暂存....");
List<SchBaseTask> tasks = taskService.list(new LambdaQueryWrapper<SchBaseTask>()
.eq(SchBaseTask::getTask_code, "010206")
.eq(SchBaseTask::getTask_type, "010206")
.eq(SchBaseTask::getIs_delete, "0")
.eq(SchBaseTask::getTask_status, TaskStatusEnum.SURE_START.getCode()));
for (SchBaseTask task : tasks) {