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>