Просмотр исходного кода

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

zouxuan 4 лет назад
Родитель
Сommit
084860101e
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

@@ -296,7 +296,7 @@
 		</if>
 		</if>
 		GROUP BY s.user_id_
 		GROUP BY s.user_id_
 		<if test="having == 1">
 		<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>
 		</if>
 		ORDER BY
 		ORDER BY
 		<if test="sort != null and sort != ''">
 		<if test="sort != null and sort != ''">