fix
This commit is contained in:
@@ -93,7 +93,7 @@
|
|||||||
from
|
from
|
||||||
xfsg_point_todo_info a inner join xfsg_point_info b on a.point_id = b.id
|
xfsg_point_todo_info a inner join xfsg_point_info b on a.point_id = b.id
|
||||||
where
|
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>
|
||||||
|
|
||||||
<select id="getCurNodeNoByPoint" resultType="integer">
|
<select id="getCurNodeNoByPoint" resultType="integer">
|
||||||
|
|||||||
Reference in New Issue
Block a user