|
@@ -18,7 +18,7 @@
|
|
|
operation_target
|
|
|
)
|
|
|
values
|
|
|
- <foreach collection="reports" item="report" separator=",">
|
|
|
+ <foreach collection="records" item="report" separator=",">
|
|
|
(
|
|
|
#{record.accountId},
|
|
|
#{record.objectId},
|
|
@@ -50,7 +50,7 @@
|
|
|
operation_target
|
|
|
)
|
|
|
values
|
|
|
- <foreach collection="reports" item="report" separator=",">
|
|
|
+ <foreach collection="records" item="report" separator=",">
|
|
|
(
|
|
|
#{record.accountId},
|
|
|
#{record.objectId},
|
|
@@ -82,7 +82,7 @@
|
|
|
operation_target
|
|
|
)
|
|
|
values
|
|
|
- <foreach collection="reports" item="report" separator=",">
|
|
|
+ <foreach collection="records" item="report" separator=",">
|
|
|
(
|
|
|
#{record.accountId},
|
|
|
#{record.objectId},
|