|
@@ -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_`
|