详情调整

This commit is contained in:
zhangchenbiao
2024-04-17 19:25:37 +08:00
parent 840007e79f
commit ee537c635a
10 changed files with 37 additions and 9 deletions

View File

@@ -95,4 +95,9 @@
where
a.handler_user_id = #{request.developmentManager} and a.status = 0 and a.deleted = 0 and b.deleted = 0
</select>
<select id="getCurNodeNoByPoint" resultType="integer">
select node_no from xfsg_point_todo_info where point_id = #{pointId} and status = 0 and deleted = 0 limit 1
</select>
</mapper>