详情调整
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user