| | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
| | | import com.ruoyi.doublePrevention.entity.CJReport.PreventCJReportRiskAnaUnit;
|
| | | import com.ruoyi.doublePrevention.repository.param.HandlerCJReportParam;
|
| | | import com.ruoyi.doublePrevention.repository.param.HandlerReportParam;
|
| | | import org.springframework.stereotype.Repository;
|
| | |
|
| | | import java.util.List;
|
| | |
| | | /**
|
| | | * 上报数据-修改待上报
|
| | | */
|
| | | int updateReportStatus(HandlerCJReportParam handlerReportParam);
|
| | | int updateReportStatus(HandlerReportParam handlerReportParam);
|
| | | /**
|
| | | * 上报数据-修改待上报-通过id
|
| | | */
|