Signed-off-by: 原志强 <zhiqiang.yuan@cloudcross.com>
@@ -106,7 +106,7 @@
update t_operator
set status = #{status},supdated = NOW()
where id in
- <foreach item="operatorId" collection="operatorList"
+ <foreach item="operatorId" collection="operatorIdList"
open="(" separator="," close=")">
#{operatorId}
</foreach>