通知提示额外增加

This commit is contained in:
2025-08-01 14:08:05 +08:00
parent ac99ede4b1
commit 68df668c00
3 changed files with 20 additions and 1 deletions

View File

@@ -147,4 +147,9 @@
where status = 0 and worker_id is null and FIND_IN_SET(scenic_id, #{scenicId})
limit 1
</select>
<select id="selectAllFailed" resultType="com.ycwl.basic.model.pc.task.entity.TaskEntity">
select *
from task
where status = 3
</select>
</mapper>