Преглед на файлове

Merge branch 'zx_2023-03_cloud' of http://git.dayaedu.com/yonge/mec into master_saas

zouxuan преди 2 години
родител
ревизия
beabb0c85e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/TeacherCloudCourseReportMapper.xml

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

@@ -56,7 +56,7 @@
 			</if>
 		</where>
 		group by tccr.teacher_id_
-		order by tccr.organ_id_,
+		order by tccr.organ_id_
 		<if test="sort != null and sort != ''">
 			,${sort} ${order}
 		</if>