双重预防项目-国泰新华二开定制版
马宇豪
2024-06-17 3bfda69b65e66d29748355d1843ef886144055e1
src/main/java/com/ruoyi/doublePrevention/service/baseService/PreventRiskDangerCheckLogService.java
@@ -29,4 +29,10 @@
     * 查询by checkId
     * */
    PreventRiskDangerCheckLog getByDangerCheckByCheckId(Long checkId);
    PreventRiskDangerCheckLog getByDangerCheckByJobId(Long jobId);
    int updateCheckLog(Long checkId, Long mobileCode);
    int updateTaskReportStatusByList(List<Long> taskIds);
}