@@ -298,7 +298,7 @@
<include refid="queryStudentTrainSql"/>
GROUP BY su.id_
<if test="having == 1">
- HAVING mcr.total_play_time_ < ${totalTime} OR mcr.train_num_ < ${trainNum}
+ HAVING total_play_time_ < ${totalTime} OR train_num_ < ${trainNum}
</if>
ORDER BY
<if test="sort != null and sort != ''">