| | |
| | | import com.stylefeng.guns.modular.system.model.vo.TaskRecordListVo; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.time.LocalDateTime; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | |
| | | * @param status |
| | | * @return |
| | | */ |
| | | List<Map<String, Object>> getDownloadTaskRecord(@Param("ids") List<String> ids, @Param("code") String code, @Param("status") Integer status); |
| | | List<Map<String, Object>> getDownloadTaskRecord(@Param("ids") List<String> ids, @Param("code") String code, @Param("status") List<Integer> status, @Param("sysStatus") Integer sysStatus, @Param("type") Integer type, @Param("typeName") String typeName, @Param("startTime")LocalDateTime startTime, @Param("endTime") LocalDateTime endTime); |
| | | } |