TASK:AiDA模块化
This commit is contained in:
@@ -30,8 +30,7 @@
|
||||
JOIN t_user_like_group ulg ON ul.user_like_group_id = ulg.id
|
||||
WHERE ulg.account_id != -1
|
||||
GROUP BY d.account_id
|
||||
having count(*) >= 200
|
||||
ORDER BY COUNT(*) DESC
|
||||
limit 10;
|
||||
;
|
||||
</select>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user