TASK:AiDA模块化

This commit is contained in:
shahaibo
2025-03-16 13:09:50 +08:00
parent 1637db2fe3
commit 8fa76c6732
55 changed files with 3236 additions and 132 deletions

View File

@@ -65,4 +65,11 @@
ORDER BY a.account_id ASC;-->
</select>
<select id="selectDeleteList" resultType="com.ai.da.mapper.primary.entity.Design">
SELECT * FROM t_design
WHERE collection_id not IN
(SELECT collection_id FROM t_user_like_group
WHERE collection_id != 0
GROUP BY collection_id)
</select>
</mapper>