|
@@ -10,8 +10,7 @@
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="getLiveAccountList" resultType="java.lang.String">
|
|
<select id="getLiveAccountList" resultType="java.lang.String">
|
|
- SELECT account_id from `ruixuan`.kuaishou_live_user_account
|
|
|
|
- where account_type != 'cp'
|
|
|
|
- and account_status != '审核拒绝'
|
|
|
|
|
|
+ SELECT account_id from `ruixuan`.kuaishou_account
|
|
|
|
+ where account_status = 1
|
|
</select>
|
|
</select>
|
|
</mapper>
|
|
</mapper>
|