|
|
@@ -147,7 +147,7 @@
|
|
|
<if test="operationType != null">#{operationType},</if>
|
|
|
<if test="unLockVideo != null">#{unLockVideo},</if>
|
|
|
<if test="closeLockVideo != null">#{closeLockVideo},</if>
|
|
|
- <if test="userIds != null">#{user_ids},</if>
|
|
|
+ <if test="userIds != null">#{userIds},</if>
|
|
|
<if test="createTime != null">#{createTime},</if>
|
|
|
<if test="createBy != null">#{createBy},</if>
|
|
|
<if test="stockId != null">#{stockId},</if>
|