From 43dd7cf768ecc210c2d984ef7f96107d4f37976d Mon Sep 17 00:00:00 2001 From: ziin Date: Mon, 24 Nov 2025 20:11:56 +0800 Subject: [PATCH] =?UTF-8?q?fix(config):=20=E6=B7=BB=E5=8A=A0=E4=BB=A3?= =?UTF-8?q?=E7=90=86=E7=A7=9F=E6=88=B7=E7=B1=BB=E5=9E=8B=E8=BF=87=E6=BB=A4?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/TenantBalanceMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/yudao-module-system/src/main/resources/mapper/TenantBalanceMapper.xml b/yudao-module-system/src/main/resources/mapper/TenantBalanceMapper.xml index ffcfe10..7159368 100644 --- a/yudao-module-system/src/main/resources/mapper/TenantBalanceMapper.xml +++ b/yudao-module-system/src/main/resources/mapper/TenantBalanceMapper.xml @@ -28,6 +28,7 @@ left join system_tenant as st on stb.id = st.id and st.parent_Id = #{tenantId,jdbcType=BIGINT} + and st.tenant_type = '代理' and stb.id = #{pageReqVO.id,jdbcType=BIGINT}