智慧保安后台管理项目备份
Administrator
2021-11-30 6036a3f2b7fba39cb6ec2a6e2a61b5ee06d5076f
src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
@@ -277,7 +277,7 @@
            and bu.hold = #{user.hold}
        </if>
        <if test="user.type!=null">
            and bu.equipment_code !="" and bu.equipment_code is not null and bu.equipment_code !=null
            and bu.equipment_code is not null
        </if>
        <if test="user.jurisdiction!=null and user.jurisdiction != '' and user.jurisdiction != '1372091709474910209'">
            and (sj.id = #{user.jurisdiction} or sj.parent_id = #{user.jurisdiction})