From 027fa9510a0952317c7cb13c3c019468ab8b9693 Mon Sep 17 00:00:00 2001 From: kongzy <kongzy> Date: 星期五, 12 七月 2024 09:27:24 +0800 Subject: [PATCH] change db url --- src/main/java/com/ruoyi/doublePrevention/service/baseService/PreventRiskDangerCheckLogService.java | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/ruoyi/doublePrevention/service/baseService/PreventRiskDangerCheckLogService.java b/src/main/java/com/ruoyi/doublePrevention/service/baseService/PreventRiskDangerCheckLogService.java index b200fb3..83f5cc2 100644 --- a/src/main/java/com/ruoyi/doublePrevention/service/baseService/PreventRiskDangerCheckLogService.java +++ b/src/main/java/com/ruoyi/doublePrevention/service/baseService/PreventRiskDangerCheckLogService.java @@ -33,4 +33,12 @@ PreventRiskDangerCheckLog getByDangerCheckByJobId(Long jobId); int updateCheckLog(Long checkId, Long mobileCode); + + int updateTaskReportStatusByList(List<Long> taskIds); + + List<PreventRiskDangerCheckLog> listRectifyReportTask(); + + List<PreventRiskDangerCheckLog> listSearchRectifyReportTask(); + + int updateSearchRectifyReportTask(PreventRiskDangerCheckLog dangerCheckLog); } -- Gitblit v1.9.2