喜欢列表 和 收藏列表

总集数
This commit is contained in:
2025-01-07 14:18:07 +08:00
parent 8cc5975fc3
commit 16d7b9db0a
4 changed files with 23 additions and 5 deletions

View File

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