From 135a322f44708b1187d37ea4b6859b5d82113e89 Mon Sep 17 00:00:00 2001 From: kongzy <kongzy> Date: 星期三, 14 八月 2024 11:00:30 +0800 Subject: [PATCH] update gitignore --- src/main/java/com/ruoyi/doublePrevention/repository/PreventCJReportCheckTaskFromWorkRepository.java | 88 ++++++++++++++++++++++---------------------- 1 files changed, 44 insertions(+), 44 deletions(-) diff --git a/src/main/java/com/ruoyi/doublePrevention/repository/PreventCJReportCheckTaskFromWorkRepository.java b/src/main/java/com/ruoyi/doublePrevention/repository/PreventCJReportCheckTaskFromWorkRepository.java index 4d49232..5c199a4 100644 --- a/src/main/java/com/ruoyi/doublePrevention/repository/PreventCJReportCheckTaskFromWorkRepository.java +++ b/src/main/java/com/ruoyi/doublePrevention/repository/PreventCJReportCheckTaskFromWorkRepository.java @@ -1,44 +1,44 @@ -package com.ruoyi.doublePrevention.repository; - -import com.baomidou.mybatisplus.core.mapper.BaseMapper; -import com.baomidou.mybatisplus.core.metadata.IPage; -import com.baomidou.mybatisplus.extension.plugins.pagination.Page; -import com.ruoyi.doublePrevention.entity.CJReport.PreventCJReportCheckTaskFromWork; -import com.ruoyi.doublePrevention.repository.param.HandlerCJReportParam; -import com.ruoyi.doublePrevention.repository.param.HandlerReportParam; -import org.springframework.stereotype.Repository; - -import java.util.List; - -@Repository -public interface PreventCJReportCheckTaskFromWorkRepository extends BaseMapper<PreventCJReportCheckTaskFromWork> { - - /** - * 任务配置 -查询待上报 - * */ - List<PreventCJReportCheckTaskFromWork> listReportTaskFromWorkDate(); - /** - * 任务配置 -待上报状态变更 - * */ - int updateWorkReportStatus(HandlerReportParam handlerReportParam); - /** - * 任务配置 -待上报状态变更 -通过id - * */ - int updateCJReportStatusById(HandlerCJReportParam handlerCJReportParam); - /** - * 插入数据 - * */ - int insertTaskFromWorkList(PreventCJReportCheckTaskFromWork cjTaskFromWork); - - PreventCJReportCheckTaskFromWork geByMeasureUUidAndJobId(String measureUuid, Long jobId); - - - - List<PreventCJReportCheckTaskFromWork> listWork(); - - int updateInfo(PreventCJReportCheckTaskFromWork work); - - List<PreventCJReportCheckTaskFromWork> listWork1(); - - int updateInfo1(PreventCJReportCheckTaskFromWork work); -} +package com.ruoyi.doublePrevention.repository; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.baomidou.mybatisplus.core.metadata.IPage; +import com.baomidou.mybatisplus.extension.plugins.pagination.Page; +import com.ruoyi.doublePrevention.entity.CJReport.PreventCJReportCheckTaskFromWork; +import com.ruoyi.doublePrevention.repository.param.HandlerCJReportParam; +import com.ruoyi.doublePrevention.repository.param.HandlerReportParam; +import org.springframework.stereotype.Repository; + +import java.util.List; + +@Repository +public interface PreventCJReportCheckTaskFromWorkRepository extends BaseMapper<PreventCJReportCheckTaskFromWork> { + + /** + * 任务配置 -查询待上报 + * */ + List<PreventCJReportCheckTaskFromWork> listReportTaskFromWorkDate(); + /** + * 任务配置 -待上报状态变更 + * */ + int updateWorkReportStatus(HandlerReportParam handlerReportParam); + /** + * 任务配置 -待上报状态变更 -通过id + * */ + int updateCJReportStatusById(HandlerCJReportParam handlerCJReportParam); + /** + * 插入数据 + * */ + int insertTaskFromWorkList(PreventCJReportCheckTaskFromWork cjTaskFromWork); + + PreventCJReportCheckTaskFromWork geByMeasureUUidAndJobId(String measureUuid, Long jobId); + + + + List<PreventCJReportCheckTaskFromWork> listWork(); + + int updateInfo(PreventCJReportCheckTaskFromWork work); + + List<PreventCJReportCheckTaskFromWork> listWork1(); + + int updateInfo1(PreventCJReportCheckTaskFromWork work); +} -- Gitblit v1.9.2