TASK:AiDA模块化
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user