按照顺序查询结果
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user