xuhy
2024-12-11 5be07b1a021f596b003eac001f4cb77416ae6c7b
ruoyi-system/src/main/resources/mapper/system/TCourseCommentMapper.xml
@@ -40,6 +40,7 @@
                and tcc.course_id = #{commentQuery.courseId}
            </if>
        </where>
        ORDER BY tcc.create_time DESC
    </select>
</mapper>