fix
This commit is contained in:
@@ -135,4 +135,15 @@
|
||||
update xfsg_point_audit_record set deleted = 1 where point_id = #{pointId} and cycle_count = #{cycleCount} and audit_status = 0
|
||||
</update>
|
||||
|
||||
<select id="getPointSubmitAuditTime" resultMap="BaseResultMap">
|
||||
select
|
||||
point_id, receive_task_time, finish_task_time
|
||||
from
|
||||
xfsg_point_audit_record
|
||||
where node_no = 0 and point_id in
|
||||
<foreach collection="pointIds" item="pointId" open="(" close=")" separator=",">
|
||||
#{pointId}
|
||||
</foreach>
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
@@ -100,15 +100,4 @@
|
||||
select node_no from xfsg_point_todo_info where point_id = #{pointId} and status = 0 and deleted = 0 limit 1
|
||||
</select>
|
||||
|
||||
<select id="getPointSubmitAuditTime" resultMap="BaseResultMap">
|
||||
select
|
||||
point_id, receive_task_time, finish_task_time
|
||||
from
|
||||
xfsg_point_audit_record
|
||||
where node_no = 1 and point_id in
|
||||
<foreach collection="pointIds" item="pointId" open="(" close=")" separator=",">
|
||||
#{pointId}
|
||||
</foreach>
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user