| | |
| | | * @param onlyMine |
| | | * @return |
| | | */ |
| | | List<GdClueEventListVO> listGdClueEventByDept(Integer onlyMine); |
| | | List<GdClueEventListVO> listGdClueEventByDept(Integer onlyMine, String keyword); |
| | | |
| | | /** |
| | | * 详情查询 |
| | |
| | | * |
| | | * @return |
| | | */ |
| | | GdClueEventCountVO getGdClueEventCount(); |
| | | GdClueEventCountVO getGdClueEventCount(String keyword); |
| | | |
| | | /** |
| | | * 分发事件 |
| | |
| | | * @param rejectParam |
| | | * @return |
| | | */ |
| | | boolean rejectClueEvent(GdClueEventRejectParam rejectParam); |
| | | boolean handleClueEvent(GdClueEventRejectParam rejectParam); |
| | | |
| | | /** |
| | | * 导出数据 |
| | |
| | | */ |
| | | List<GdClueEventExcel> exportGdClueEvent(Wrapper<GdClueEventEntity> queryWrapper); |
| | | |
| | | /** |
| | | * 对外接口新增或修改事件 |
| | | * <p> |
| | | * 生成事件编号并保存或更新事件信息 |
| | | * </p> |
| | | * |
| | | * @param gdClueEvent 事件实体 |
| | | * @return 是否操作成功 |
| | | */ |
| | | boolean saveOrUpdateExternal(GdClueEventEntity gdClueEvent); |
| | | |
| | | } |