yonge 2 年之前
父節點
當前提交
671303fe16
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/SysMusicCompareRecordMapper.xml

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

@@ -519,7 +519,7 @@
 	</select>
 	
 	<select id="queryTeacherTrainingList" resultType="com.ym.mec.biz.dal.dto.TeacherCloudTrainingDto">
-		select a.*,GROUP_CONCAT(distinct s.`name_`)  subjectName from 
+		select a.organName,a.username,a.trainingDurationSeconds,a.trianingDays,GROUP_CONCAT(distinct s.`name_`)  subjectName from 
 		(
 		SELECT o.`name_` organName,ifnull(u.`real_name_`,u.`username_` ) username,sum(cr.`play_time_`) trainingDurationSeconds,
 		count(DISTINCT(date(cr.`create_time_`)))  trianingDays ,t.subject_id_,cr.`user_id_`