按照顺序查询结果

This commit is contained in:
zhangjun
2022-08-30 18:11:58 +08:00
parent adddb5759e
commit c4f23a11ac
@@ -83,7 +83,7 @@
</select>
<select id="userUnderInstitutionCount" resultType="java.lang.Integer">
select count(u.USID) from ts_user u
select count(distinct u.USID) from ts_user u
left join ts_user_position up
on u.usid=up.user_id
left join ts_position p