数据权限的修改
This commit is contained in:
@@ -703,7 +703,10 @@
|
||||
<!-- </foreach>-->
|
||||
<!-- </if>-->
|
||||
|
||||
<if test="userDriverDO.organizationId != null"> and b.organization_id = #{userDriverDO.organizationId}</if>
|
||||
<if test="userDriverDO.organizationId != null">
|
||||
and b.organization_id = #{userDriverDO.organizationId}
|
||||
and b.organization_name IS NOT NULL
|
||||
</if>
|
||||
<if test="userDriverDO.createBy != null">
|
||||
and (b.create_by = #{userDriverDO.createBy}
|
||||
or b.user_id = #{userDriverDO.createBy}
|
||||
|
||||
Reference in New Issue
Block a user