src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
@@ -41,6 +41,9 @@
        <if test="information.jurisdiction!=null and information.jurisdiction!=''">
            and jurisdiction=#{jurisdiction}
        </if>
        <if test="information.departmentid!=null and information.departmentid!=''">
            and departmentid=#{departmentid}
        </if>
    </select>
    <delete id="deleteIn">