nickchange
2023-10-27 cc30fb569674fa8f82130253b68ac609ae5d8eb6
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>