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