喜欢列表不准确修复
This commit is contained in:
@@ -49,7 +49,6 @@
|
||||
c1.course_details_id as courseDetailsId
|
||||
FROM
|
||||
`course_collect` c1
|
||||
INNER JOIN course_collect c2 ON c1.course_id = c2.course_id AND c2.user_id = #{userId} AND c2.classify = 1
|
||||
WHERE
|
||||
c1.classify = 2
|
||||
AND c1.user_id = #{userId}
|
||||
|
||||
Reference in New Issue
Block a user