智慧保安后台管理-外网项目备份
Administrator
2021-11-13 a369ad8dc58c5842874309aa69ad57a157909821
保安公司查询树接口修改
1 files modified
2 ■■■ changed files
src/main/java/org/springblade/modules/system/mapper/DeptMapper.xml 2 ●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/system/mapper/DeptMapper.xml
@@ -155,7 +155,7 @@
            sj.id = si.jurisdiction
            WHERE
            1=1
            and si.stats != 4
            and si.stats != 3
            AND dept.is_deleted = 0
            <if test="jurisdiction!=null and jurisdiction!='' and jurisdiction!='1372091709474910209'">
                and (sj.id = #{jurisdiction} or sj.parent_id = #{jurisdiction})