Browse Source

Merge branch 'teacher_record_sum' of http://git.dayaedu.com/yonge/mec

zouxuan 4 years ago
parent
commit
084860101e

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/SysMusicCompareRecordMapper.xml

@@ -296,7 +296,7 @@
 		</if>
 		GROUP BY s.user_id_
 		<if test="having == 1">
-			HAVING total_play_time_ &lt; 80 OR train_day_ &lt; 4
+			HAVING total_play_time_ &lt; 80 OR train_num_ &lt; 4
 		</if>
 		ORDER BY
 		<if test="sort != null and sort != ''">