收藏中心 多少集

This commit is contained in:
2025-01-06 22:36:39 +08:00
parent f98891b616
commit fece3d1843
5 changed files with 47 additions and 32 deletions

View File

@@ -108,8 +108,10 @@
SELECT course_id as courseId,
COUNT(*) AS courseDetailsCount
FROM course_details
where course_details_id
where course_details_id in
<foreach collection="courseIdList" item="ids" open="(" separator="," close=")">
#{ids}
</foreach>
GROUP BY course_id
</select>