zouxuan 2 年之前
父節點
當前提交
91e8f8c82a
共有 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

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