|
@@ -115,7 +115,7 @@
|
|
|
insert into
|
|
|
operation_history_admin(operator_id,operation_type_id,be_operated_id,operation_time,hash)
|
|
|
values
|
|
|
- <foreach collection="#{userIdbs}" separator="," item="userIdb">
|
|
|
+ <foreach collection="userIdbs" separator="," item="userIdb">
|
|
|
(#{userId},#{operationTypeId},#{userIdb},#{operationTime},#{hash})
|
|
|
</foreach>
|
|
|
</insert>
|