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