Forráskód Böngészése

feat:学生端智能陪练排行优化

Joburgess 3 éve
szülő
commit
494ce699db

+ 0 - 3
mec-biz/src/main/resources/config/mybatis/SysMusicCompareWeekDataMapper.xml

@@ -101,9 +101,6 @@
 		LEFT JOIN sys_user su ON smcwd.user_id_=su.id_
 		WHERE EXISTS (SELECT user_id_ FROM student WHERE user_id_=smcwd.user_id_)
 			AND smcwd.monday_ = #{monday}
-			<if test="heardLevel!=null">
-				AND smcr.heard_level_ = #{heardLevel, typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
-			</if>
 			ORDER BY
 			<if test="orderType==null">
 				smcwd.train_time_