das接口修改

This commit is contained in:
chenhaojie 2024-07-02 10:14:10 +08:00
parent b484ab0000
commit 299823ab2a

View File

@ -47,7 +47,7 @@
WHERE t.parent_org_id = #{id}
</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>