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