commit
This commit is contained in:
+1
-1
@@ -327,7 +327,7 @@ public class ActivityUnionManageController {
|
||||
entityList.add(new ExcelExportEntity("联系方式", "mobile", 20));
|
||||
entityList.add(new ExcelExportEntity("单位", "unitName", 20));
|
||||
entityList.add(new ExcelExportEntity("工会", "unionName", 20));
|
||||
entityList.add(new ExcelExportEntity("报名人", "applyUserUserName", 20));
|
||||
entityList.add(new ExcelExportEntity("报名人", "applyUserName", 20));
|
||||
try {
|
||||
ViTool.excelResponse(response, "参赛人数.xls");
|
||||
Workbook workbook = ExcelExportUtil.exportExcel(new ExportParams(), entityList, tissuePeople);
|
||||
|
||||
Reference in New Issue
Block a user