@@ -181,7 +181,7 @@
<include refid="selectKuaishouLiveUserAccountVo"/>
<where>
<if test="accountIds != null and accountIds.size() > 0">
- and account_name in
+ and account_id in
<foreach item="id" index="index" collection="accountIds"
open="(" separator="," close=")">
#{id}