提交 42cb4d67 authored 作者: zhouzhigang's avatar zhouzhigang

资源导入添加字段:目录、简介、分类

上级 5af8ccc3
......@@ -276,13 +276,7 @@ public class PhyResourceController {
public String exprotExcel(PageParam pageParam, PhyResourceQuery query, HttpServletRequest request, HttpServletResponse response) throws Exception {
List<PhyResourcePageVo> list = phyResourceService.export(pageParam, query);
List<PhyResourcePageVoExcelVo> copyList = BeanUtils.copyList(list,PhyResourcePageVoExcelVo.class);
executor.submit(() ->{
try {
ExcelUtil.getInstance().exportExcel(copyList, PhyResourcePageVoExcelVo.class, "实体资源.xls", response, request);
} catch (Exception e) {
e.printStackTrace();
}
});
ExcelUtil.getInstance().exportExcel(copyList, PhyResourcePageVoExcelVo.class, "实体资源.xls", response, request);
return null;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论