This commit is contained in:
zhangchenbiao
2024-04-26 14:44:22 +08:00
parent 7aaee4b5c0
commit a311613e1e

View File

@@ -93,7 +93,7 @@
from
xfsg_point_todo_info a inner join xfsg_point_info b on a.point_id = b.id
where
a.handler_user_id = #{request.developmentManager} and a.status = 0 and a.deleted = 0 and b.deleted = 0
a.handler_user_id = #{request.developmentManager} and a.status = 0 and a.deleted = 0 and b.deleted = 0 and b.point_status in (3,4)
</select>
<select id="getCurNodeNoByPoint" resultType="integer">