Forráskód Böngészése

ruixuan修改查询账户

zhaoxian 2 éve
szülő
commit
788032d564

+ 2 - 3
xxl-job-admin/src/main/resources/mybatis-mapper/AccountMapper.xml

@@ -10,8 +10,7 @@
 	</select>
 
 	<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>
 </mapper>