双重预防项目-国泰新华二开定制版
16639036659
2023-04-27 c710722937fa820f2e18c6a347a1f3e38f897cc0
src/main/java/com/ruoyi/doublePrevention/service/baseService/impl/PreventRiskDangerCheckLogServiceImpl.java
@@ -58,4 +58,9 @@
    public PreventRiskDangerCheckLog getByDangerCheckByCheckId(Long checkId) {
        return preventRiskDangerCheckLogRepository.getByDangerCheckByCheckId(checkId);
    }
    @Override
    public PreventRiskDangerCheckLog getByDangerCheckByJobId(Long jobId) {
        return preventRiskDangerCheckLogRepository.getByDangerCheckByJobId(jobId);
    }
}