fix(config): 添加代理租户类型过滤条件
This commit is contained in:
@@ -28,6 +28,7 @@
|
|||||||
left join system_tenant as st on stb.id = st.id
|
left join system_tenant as st on stb.id = st.id
|
||||||
<where>
|
<where>
|
||||||
and st.parent_Id = #{tenantId,jdbcType=BIGINT}
|
and st.parent_Id = #{tenantId,jdbcType=BIGINT}
|
||||||
|
and st.tenant_type = '代理'
|
||||||
<if test="pageReqVO.id != null">
|
<if test="pageReqVO.id != null">
|
||||||
and stb.id = #{pageReqVO.id,jdbcType=BIGINT}
|
and stb.id = #{pageReqVO.id,jdbcType=BIGINT}
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
Reference in New Issue
Block a user