|
@ -35,7 +35,6 @@ import cn.hutool.log.Log;
|
|
import cn.stylefeng.guns.core.consts.MediaTypeConstant;
|
|
import cn.stylefeng.guns.core.consts.MediaTypeConstant;
|
|
import cn.stylefeng.guns.core.consts.SymbolConstant;
|
|
import cn.stylefeng.guns.core.consts.SymbolConstant;
|
|
import cn.stylefeng.guns.core.context.requestno.RequestNoContext;
|
|
import cn.stylefeng.guns.core.context.requestno.RequestNoContext;
|
|
import cn.stylefeng.guns.core.exception.LibreOfficeException;
|
|
|
|
import cn.stylefeng.guns.core.exception.ServiceException;
|
|
import cn.stylefeng.guns.core.exception.ServiceException;
|
|
import cn.stylefeng.guns.core.factory.PageFactory;
|
|
import cn.stylefeng.guns.core.factory.PageFactory;
|
|
import cn.stylefeng.guns.core.pojo.page.PageResult;
|
|
import cn.stylefeng.guns.core.pojo.page.PageResult;
|
|
@ -58,13 +57,11 @@ import javax.annotation.Resource;
|
|
import javax.servlet.ServletOutputStream;
|
|
import javax.servlet.ServletOutputStream;
|
|
import javax.servlet.http.HttpServletResponse;
|
|
import javax.servlet.http.HttpServletResponse;
|
|
import java.io.IOException;
|
|
import java.io.IOException;
|
|
import java.io.InputStream;
|
|
|
|
import java.math.BigDecimal;
|
|
import java.math.BigDecimal;
|
|
import java.net.URLEncoder;
|
|
import java.net.URLEncoder;
|
|
import java.util.List;
|
|
import java.util.List;
|
|
|
|
|
|
import static cn.stylefeng.guns.sys.config.FileConfig.DEFAULT_BUCKET;
|
|
import static cn.stylefeng.guns.sys.config.FileConfig.DEFAULT_BUCKET;
|
|
import static cn.stylefeng.guns.sys.modular.file.enums.SysFileInfoExceptionEnum.DOWNLOAD_FILE_ERROR;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
* 文件信息表 服务实现类
|
|
* 文件信息表 服务实现类
|