cloud-server-course/src/main/resources/mapper/TCoursePackagePaymentMapper.xml
@@ -148,7 +148,7 @@ FROM t_course_package_payment py LEFT JOIN t_course_package cp ON py.coursePackageId = cp.id GROUP BY studentId ORDER BY studentId, totalClassHours ORDER BY studentId, length(name) desc ,totalClassHours ) subquery ) a <where>