das接口修改
This commit is contained in:
parent
b484ab0000
commit
299823ab2a
@ -47,7 +47,7 @@
|
|||||||
WHERE t.parent_org_id = #{id}
|
WHERE t.parent_org_id = #{id}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="queryOrgUserCount" resultMap="java.lang.Long">
|
<select id="queryOrgUserCount" resultType="java.lang.Long">
|
||||||
select count(1) from sys_user t where t.org_id=#{id}
|
select count(1) from sys_user t where t.org_id=#{id}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user