| | |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.ruoyi.doublePrevention.entity.CJReport.PreventCJReportRiskAnaUnit; |
| | | import com.ruoyi.doublePrevention.entity.ZDReport.HandlerZDReportParam; |
| | | import com.ruoyi.doublePrevention.repository.param.HandlerCJReportParam; |
| | | import org.springframework.stereotype.Repository; |
| | | |
| | |
| | | * 上报数据-查询待上报数据 |
| | | */ |
| | | List<PreventCJReportRiskAnaUnit> listReportUnitDate(); |
| | | |
| | | List<PreventCJReportRiskAnaUnit> listReportUnitDateHuaiDong(); |
| | | |
| | | /** |
| | | * 上报数据-修改待上报 |
| | | */ |
| | |
| | | * 上报数据-修改待上报-通过id |
| | | */ |
| | | int updateCJReportStatusById(HandlerCJReportParam handlerCJReportParam); |
| | | |
| | | int updateHDReportStatusById(HandlerZDReportParam handlerZDReportParam); |
| | | /** |
| | | * 上报数据-插入 |
| | | */ |