智慧保安后台管理项目备份
tangzy
2021-07-31 b0ca89ef2106bb9bd11ee6f2fb9dd01a684296aa
1.统计接口调整
1 files modified
2 ■■■ changed files
src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml 2 ●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
@@ -707,7 +707,7 @@
        GROUP BY
        i.departmentid )
        <if test="deptid!=null and deptid!=''">
            and deptid =#{deptid}
            and dept_id =#{deptid}
        </if>
    </select>