2024年1月19日V01.00.51
zhaoyu 2024-01-18 19:36:33 +08:00
parent 0aec1ad946
commit eb56a0894c
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ import org.apache.poi.ss.usermodel.VerticalAlignment;
import org.apache.poi.ss.usermodel.Workbook;
import org.apache.shiro.session.Session;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
import org.springframework.web.servlet.view.document.AbstractXlsView;
import com.zcloud.entity.PageData;
@ -30,6 +31,7 @@ import net.coobird.thumbnailator.Thumbnails;
* luoxiaobao
* www.qdkjchina.com
*/
@Component
public class HiddenExcelImgToSessionView extends AbstractXlsView{
@Value("${http.file.url}")