zhangf
2024-05-08 0414ddb0b2b3a7199ae6181a770f97ac140dbd73
incident-manage/incident-manage-service/src/main/java/com/gkhy/safePlatform/incidentManage/service/baseService/impl/AccidentReportInfoServiceImpl.java
@@ -77,4 +77,9 @@
        return accidentReportInfoRepository.getAccidentCountByDeptIdAndTime(startTime,endTime,deptId);
    }
    @Override
    public List<AccidentStatisticCountDO> getCountByAccidentGrade(Integer year, Integer month) {
        return accidentReportInfoRepository.getCountByAccidentGrade(year,month);
    }
}