TASK:AiDA模块化

This commit is contained in:
shahaibo
2025-03-18 16:54:21 +08:00
parent 971b2034ee
commit 3159208a0a
2 changed files with 23 additions and 22 deletions

View File

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