智慧保安后台管理项目备份
tangzy
2021-07-31 6256c4a58da520ae9c79ba38be3d738acf25cb47
1.统计接口调整
2 files modified
4 ■■■■ changed files
src/main/java/org/springblade/modules/information/controller/InformationController.java 2 ●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml 2 ●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/information/controller/InformationController.java
@@ -373,7 +373,7 @@
    }
    /**
     * 查询本年所有月份社保金额
     * 查询本年所有月份社保金额(公司经济运营趋势)
     * @return
     */
    @GetMapping("/queryYearAn")
src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
@@ -465,7 +465,7 @@
            and C.jurisdiction =#{jurisdiction}
        </if>
        <if test="deptid!=null and deptid!=''">
            and C.dept_id =#{deptid}
            and C.deptid =#{deptid}
        </if>
    </select>