| | |
| | | package com.smartor.mapper; |
| | | |
| | | import com.smartor.domain.IvrTaskcall; |
| | | import com.smartor.domain.IvrTaskcallVO; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | */ |
| | | public List<IvrTaskcall> selectIvrTaskcallList(IvrTaskcall ivrTaskcall); |
| | | |
| | | public IvrTaskcallVO queryTaskByCondition(IvrTaskcallVO ivrTaskcallVO); |
| | | |
| | | /** |
| | | * 新增单一任务(随访) |
| | | * |
| | |
| | | /** |
| | | * 修改单一任务(随访) |
| | | * |
| | | * @param ivrTaskcall 单一任务(随访) |
| | | * @return 结果 |
| | | */ |
| | | public int updateIvrTaskcall(IvrTaskcall ivrTaskcall); |
| | |
| | | */ |
| | | public int deleteIvrTaskcallById(Long id); |
| | | |
| | | /** |
| | | * 删除单一任务(随访) |
| | | * |
| | | * @return 结果 |
| | | */ |
| | | public List<IvrTaskcall> getDataByTime(@Param("beganTime") String beganTime, @Param("endTime") String endTime); |
| | | |
| | | } |