This commit is contained in:
zhangchenbiao
2024-05-07 17:22:38 +08:00
parent 34fa4b5a4e
commit 52e50b6d6e

View File

@@ -105,7 +105,7 @@
point_id, receive_task_time, finish_task_time point_id, receive_task_time, finish_task_time
from from
xfsg_point_audit_record xfsg_point_audit_record
where point_id in and node_no = 1 where node_no = 1 and point_id in
<foreach collection="pointIds" item="pointId" open="(" close=")" separator=","> <foreach collection="pointIds" item="pointId" open="(" close=")" separator=",">
#{pointId} #{pointId}
</foreach> </foreach>