From 10b6c791f1a137ac97cce6844482649fc859309b Mon Sep 17 00:00:00 2001
From: 吴祝攀 <2040239371@qq.com>
Date: 星期三, 26 六月 2024 16:25:33 +0800
Subject: [PATCH] 1.LAQ全景图 2.获取地址优化

---
 src/main/java/com/ots/project/tool/report/SAQ/chart/SAQChart.java |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/main/java/com/ots/project/tool/report/SAQ/chart/SAQChart.java b/src/main/java/com/ots/project/tool/report/SAQ/chart/SAQChart.java
index 47e6fb5..4a532a3 100644
--- a/src/main/java/com/ots/project/tool/report/SAQ/chart/SAQChart.java
+++ b/src/main/java/com/ots/project/tool/report/SAQ/chart/SAQChart.java
@@ -1,9 +1,10 @@
 package com.ots.project.tool.report.SAQ.chart;
 
+import com.ots.project.tool.report.MAQ.base.RowData;
+import com.ots.project.tool.report.MAQ.base.SeriesData;
 import lombok.extern.slf4j.Slf4j;
 import org.apache.poi.ooxml.POIXMLDocument;
 import org.apache.poi.ooxml.POIXMLDocumentPart;
-import org.apache.poi.openxml4j.exceptions.InvalidFormatException;
 import org.apache.poi.xssf.usermodel.XSSFCell;
 import org.apache.poi.xssf.usermodel.XSSFRow;
 import org.apache.poi.xssf.usermodel.XSSFSheet;
@@ -12,9 +13,6 @@
 import org.apache.poi.xwpf.usermodel.XWPFDocument;
 import org.openxmlformats.schemas.drawingml.x2006.chart.*;
 
-import java.io.File;
-import java.io.FileNotFoundException;
-import java.io.FileOutputStream;
 import java.io.IOException;
 import java.util.*;
 import java.util.regex.Matcher;

--
Gitblit v1.9.1