fix(config): 添加代理租户类型过滤条件
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user