tangzy
2021-08-22 39b5cfa8c62c9b87da60d583bd90b6c95303c411
src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
@@ -1061,7 +1061,6 @@
        <if test="deptid!=null and deptid!=''">
            and A.dept_id =#{deptid}
        </if>
        limit #{current},#{size};
    </select>
    <select id="seCountI" resultType="java.util.HashMap">