16639036659
2023-07-12 c3f2ea47b848faf43670c0c1fb0cf27ded3234e8
src/main/java/com/ruoyi/doublePrevention/repository/PreventCJReportCheckTaskFromWorkRepository.java
@@ -31,4 +31,14 @@
    int insertTaskFromWorkList(PreventCJReportCheckTaskFromWork cjTaskFromWork);
    PreventCJReportCheckTaskFromWork geByMeasureUUidAndJobId(String measureUuid, Long jobId);
    List<PreventCJReportCheckTaskFromWork> listWork();
    int updateInfo(PreventCJReportCheckTaskFromWork work);
    List<PreventCJReportCheckTaskFromWork> listWork1();
    int updateInfo1(PreventCJReportCheckTaskFromWork work);
}