소스 검색

首页统计老师课程云教授使用时长

zouxuan 2 년 전
부모
커밋
f321f66023
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>