瀏覽代碼

管乐迷迭代

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>