Bladeren bron

云教练训练统计优化

zouxuan 4 jaren geleden
bovenliggende
commit
bbcfb66cc0
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/SysMusicCompareRecordMapper.xml

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

@@ -282,7 +282,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 != ''">