Browse Source

账户2.0——导入账户 bug修复

zhaoxian 3 years ago
parent
commit
bb2833ada2

+ 1 - 1
ruixuan-live/src/main/resources/mapper/live/KuaishouLiveUserAccountMapper.xml

@@ -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}