소스 검색

管乐迷迭代

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>