|
@@ -298,7 +298,7 @@
|
|
<include refid="queryStudentTrainSql"/>
|
|
<include refid="queryStudentTrainSql"/>
|
|
GROUP BY su.id_
|
|
GROUP BY su.id_
|
|
<if test="having == 1">
|
|
<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>
|
|
</if>
|
|
ORDER BY
|
|
ORDER BY
|
|
<if test="sort != null and sort != ''">
|
|
<if test="sort != null and sort != ''">
|