Преглед изворни кода

Merge branch 'feature/1019-tenant' of http://git.dayaedu.com/yonge/cooleshow into develop-new

zouxuan пре 1 година
родитељ
комит
efdc364979

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

@@ -404,7 +404,7 @@
 		<include refid="global.limit"/>
 	</select>
 	<select id="countWeChatStudentTrainData" resultType="java.lang.Integer">
-		select COUNT(c.user_id_) from
+		select COUNT(c.userId) from
 		(
 		select st.user_id_                                                 userId,
 		su.avatar_                                             avatar,