喜欢列表 和 收藏列表
总集数
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user