main
laozt 1 year ago
parent 133ad846e0
commit 6633f6f6ec

@ -169,7 +169,7 @@ public class BPlanEnterpriseController extends BaseController {
public void exportplan(HttpServletResponse response, BPlanEnterprise bPlanEnterprise) { public void exportplan(HttpServletResponse response, BPlanEnterprise bPlanEnterprise) {
List<BPlanEnterpriseResponse> list = bPlanEnterpriseService.selectBPlanEnterpriseList(bPlanEnterprise); List<BPlanEnterpriseResponse> list = bPlanEnterpriseService.selectBPlanEnterpriseList(bPlanEnterprise);
ExcelUtil<BPlanEnterpriseResponse> util = new ExcelUtil<BPlanEnterpriseResponse>(BPlanEnterpriseResponse.class); ExcelUtil<BPlanEnterpriseResponse> util = new ExcelUtil<BPlanEnterpriseResponse>(BPlanEnterpriseResponse.class);
util.exportExcel(list, "计划管理数据"); util.exportExcel(response, list, "计划管理数据");
} }
/** /**

Loading…
Cancel
Save