双重预防项目-国泰新华二开定制版
16639036659
2024-04-25 21e7d491658dbd969adbcf0bc2f13a5d563ab863
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);
}