Commit b70ea2e0 by zhangkb

标签分析导出接口修改

parent faa38c5f
...@@ -84,6 +84,7 @@ public class TagFileService { ...@@ -84,6 +84,7 @@ public class TagFileService {
tagAn.setSort(i+""); tagAn.setSort(i+"");
tagAn.setTotal(map.get("total").toString()); tagAn.setTotal(map.get("total").toString());
tagAnalysis.add(tagAn); tagAnalysis.add(tagAn);
i++;
} }
// 导出操作 // 导出操作
ExcelUtils.exportExcel(tagAnalysis, null , "sheet1", TagAnalysis.class, ExcelUtils.exportExcel(tagAnalysis, null , "sheet1", TagAnalysis.class,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment