@@ -836,6 +836,7 @@
</if>
and t2.user_id is not null
group by t2.user_id) tt on t.userId = tt.userId
+ order by t.orderNum desc
</select>
<select id="getDeptUsers" resultType="java.lang.Long" parameterType="java.lang.Long">
SELECT promoter_id