瀏覽代碼

Merge branch 'mec_update_2021-11-02' of http://git.dayaedu.com/yonge/mec

zouxuan 3 年之前
父節點
當前提交
3984da21d8
共有 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>