智慧保安后台管理-外网-验收版本
Administrator
2021-09-10 fba3e940ede9233f1091e99b30dca4cf459a8e6e
src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
@@ -75,6 +75,9 @@
        br.id = bu.role_id
        where
        bu.is_deleted = 0
        and bd.parent_id!=1425365577303621633
        and bd.id != 1425365577303621633
        and bd.id != 1432625856013971457
        <if test="user.account!=null and user.account != ''">
            and bu.account like concat('%', #{user.account},'%')
        </if>