From 299823ab2af97651774832162b239a7b656d0c51 Mon Sep 17 00:00:00 2001 From: chenhaojie Date: Tue, 2 Jul 2024 10:14:10 +0800 Subject: [PATCH] =?UTF-8?q?das=E6=8E=A5=E5=8F=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- das/src/main/resources/mapper/SysOrgMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/das/src/main/resources/mapper/SysOrgMapper.xml b/das/src/main/resources/mapper/SysOrgMapper.xml index 5e992634..b5f9946b 100644 --- a/das/src/main/resources/mapper/SysOrgMapper.xml +++ b/das/src/main/resources/mapper/SysOrgMapper.xml @@ -47,7 +47,7 @@ WHERE t.parent_org_id = #{id} - select count(1) from sys_user t where t.org_id=#{id}