فهرست منبع

管乐迷迭代

zouxuan 3 سال پیش
والد
کامیت
15787e131f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/CourseScheduleStudentPaymentMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/CourseScheduleStudentPaymentMapper.xml

@@ -884,6 +884,6 @@
 		<if test="organId != null">
 			AND FIND_IN_SET(su.organ_id_,#{organId})
 		</if>
-		GROUP BY s.user_id_
+		GROUP BY s.user_id_ ORDER BY cs.class_date_ ASC,start_class_time_ ASC
 	</select>
 </mapper>