소스 검색

Merge branch 'saas' of http://git.dayaedu.com/yonge/mec into zx_2022-11-22

zouxuan 2 년 전
부모
커밋
285d782641
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 != ''">