You've already forked FrameTour-BE
通知提示额外增加
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user