group by问题

This commit is contained in:
2025-01-07 16:29:48 +08:00
parent 243f8ee259
commit b6362b7623

View File

@@ -49,7 +49,6 @@
FROM `course_collect` c1
WHERE c1.classify = 3
AND c1.user_id = #{userId}
group by c1.course_id
order by c1.create_time desc
</select>
</mapper>