Преглед на файлове

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

zouxuan преди 1 година
родител
ревизия
f5b4c0cc1e
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      cooleshow-user/user-biz/src/main/resources/config/mybatis/SysMusicCompareRecordMapper.xml

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

@@ -381,6 +381,7 @@
 		</if>
 		group by st.user_id_
 		ORDER BY ${sortField} ${sortType}
+		<include refid="global.limit"/>
 	</select>
 	<select id="countWeChatStudentTrainData" resultType="java.lang.Integer">
 		select COUNT(DISTINCT st.user_id_)