44323
2023-10-27 820724a76b4db9ea0eeb14049473ad56ebfb6d45
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>