| | |
| | | * 删除任务 |
| | | * @param ids |
| | | */ |
| | | void delTaskDetail(List<Integer> ids); |
| | | void delTaskDetail(List<String> ids); |
| | | |
| | | |
| | | /** |
| | |
| | | * 人工审核 |
| | | * @return |
| | | */ |
| | | ResultUtil manualAudit(ManualAuditVo vo); |
| | | ResultUtil manualAudit(ManualAuditVo vo, String userId); |
| | | |
| | | |
| | | /** |
| | |
| | | * @param status |
| | | * @param response |
| | | */ |
| | | void downloadTaskRecord(List<String> ids, String code, Integer status, HttpServletResponse response); |
| | | void downloadTaskRecord(List<String> ids, String code,List<Integer> status,Integer sysStatus,Integer type,String typeName, HttpServletResponse response); |
| | | |
| | | } |