zouxuan 1 년 전
부모
커밋
d2b86a963e
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_)