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