Browse Source

导出修改

anderx 4 years ago
parent
commit
f1c7cc6a1a

+ 9 - 4
.idea/workspace.xml

@@ -11,9 +11,7 @@
   </component>
   <component name="ChangeListManager">
     <list default="true" id="03bdfc55-71bf-4741-8c4c-e1a0c2a3c3ba" name="Default Changelist" comment="处理相同的修改">
-      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/src/main/java/com/goafanti/common/utils/excel/NewExcelUtil.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/goafanti/common/utils/excel/NewExcelUtil.java" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/src/main/java/com/goafanti/patent/service/impl/PatentNewServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/goafanti/patent/service/impl/PatentNewServiceImpl.java" afterDir="false" />
     </list>
     <list id="571ad643-3e7d-4437-aedf-999fc56d0449" name="updateBusinessScope" comment="" />
     <option name="SHOW_DIALOG" value="false" />
@@ -237,7 +235,7 @@
       <workItem from="1630888067668" duration="852000" />
       <workItem from="1630893291690" duration="11740000" />
       <workItem from="1630976664603" duration="14614000" />
-      <workItem from="1631062478856" duration="15872000" />
+      <workItem from="1631062478856" duration="15913000" />
     </task>
     <task id="LOCAL-00001" summary="修改客户跟进列表">
       <created>1630486551669</created>
@@ -435,7 +433,14 @@
       <option name="project" value="LOCAL" />
       <updated>1631085457045</updated>
     </task>
-    <option name="localTasksCounter" value="29" />
+    <task id="LOCAL-00029" summary="处理相同的修改">
+      <created>1631090807277</created>
+      <option name="number" value="00029" />
+      <option name="presentableId" value="LOCAL-00029" />
+      <option name="project" value="LOCAL" />
+      <updated>1631090807277</updated>
+    </task>
+    <option name="localTasksCounter" value="30" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">

+ 1 - 1
src/main/java/com/goafanti/common/utils/excel/NewExcelUtil.java

@@ -215,7 +215,7 @@ public class NewExcelUtil<T> {
 				out.close();
 			}
 		} catch (Exception e) {
-			log.error("导出Excel异常{}", e.getMessage());
+			e.printStackTrace();
 			throw new BusinessException("导出Excel失败,请联系网站管理员!");
 		} finally {
 			if (wb != null) {