智慧保安后台管理项目备份
zhongrj
2024-03-25 55b9fdf6e114b59ff15901eebcc8c2a0567b5aea
src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
@@ -102,6 +102,7 @@
        <if test="information.departmentid!=null and information.departmentid!=''">
            and i.departmentid=#{information.departmentid}
        </if>
        order by i.establishTime asc
    </select>
    <delete id="deleteIn">