fix(config): 添加代理租户类型过滤条件

This commit is contained in:
2025-11-24 20:11:56 +08:00
parent d879ff7dc9
commit 43dd7cf768

View File

@@ -28,6 +28,7 @@
left join system_tenant as st on stb.id = st.id
<where>
and st.parent_Id = #{tenantId,jdbcType=BIGINT}
and st.tenant_type = '代理'
<if test="pageReqVO.id != null">
and stb.id = #{pageReqVO.id,jdbcType=BIGINT}
</if>