16639036659
2023-09-11 4ab2f03ca91ad9ae010a72b6fd0cacec7ea3fa09
src/main/java/com/ruoyi/doublePrevention/service/baseService/PreventCJReportCheckTaskFromWorkService.java
@@ -29,4 +29,14 @@
     * 任务配置 -待上报状态变更 -通过id
     * */
    void updateCJReportStatusById(HandlerCJReportParam handlerCJReportParam);
    PreventCJReportCheckTaskFromWork geByMeasureUUidAndJobId(String uuid, Long jobId);
    List<PreventCJReportCheckTaskFromWork>  listWork();
    int updateInfo(PreventCJReportCheckTaskFromWork work);
    List<PreventCJReportCheckTaskFromWork> listWork1();
    int updateInfo1(PreventCJReportCheckTaskFromWork work);
}