智慧保安后台管理-外网
Administrator
2021-12-10 b9e7b481df7a89346a564d5c10d534745903d156
src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
@@ -101,6 +101,10 @@
        blade_dept bd
        on
        bd.id = i.departmentid
        left join
        blade_user bu
        on
        bu.id = i.create_user_id
        where 1=1
        <if test="information.jurisdiction!=null and information.jurisdiction!='' and information.jurisdiction!='1372091709474910209'">
            and (sj.id=#{information.jurisdiction} or sj.parent_id=#{information.jurisdiction})
@@ -117,6 +121,10 @@
        <if test="information.departmentid!=null and information.departmentid!=''">
            and i.departmentid=#{information.departmentid}
        </if>
        <if test="information.createDeptId!=null and information.createDeptId!=''">
            and bu.dept_id =#{information.createDeptId}
        </if>
        order by i.id desc
    </select>
    <delete id="deleteIn">