瀏覽代碼

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>