ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysTaskServiceImpl.java
@@ -1851,6 +1851,13 @@ return count > 0; } @Override public List<DeptOrderStatVO> selectDeptOrderStat(List<Long> deptIds, String startDate, String endDate) { return sysTaskMapper.selectDeptOrderStat( (deptIds != null && !deptIds.isEmpty()) ? deptIds : null, startDate, endDate); } }