| | |
| | | import java.util.Map; |
| | | |
| | | import com.smartor.domain.IvrLibaTemplateScriptVO; |
| | | import com.smartor.domain.ServiceSubtask; |
| | | import com.smartor.domain.ServiceTask; |
| | | import com.smartor.domain.SvyLibTemplateScriptVO; |
| | | |
| | |
| | | public Boolean deleteServiceTaskByTaskid(Long taskid); |
| | | |
| | | /** |
| | | * 获取随访及时率 |
| | | */ |
| | | public Map<String, Object> selectTimelyRate(ServiceSubtask serviceSubtask); |
| | | |
| | | /** |
| | | * @param taskid |
| | | * @param patid |
| | | * @return |
| | | */ |
| | | public Map<String, Object> getScriptInfoByCondition(Long taskid, Long patid, Boolean isFinish, String patfrom); |
| | | |
| | | public Map<String, Object> getScriptByCondition(Long taskid, String zyserialnum, String mzserialnum, String tsserialnum); |
| | | |
| | | |
| | | } |