|
|
|
@ -75,7 +75,7 @@ public class BPlanEnterpriseController extends BaseController {
|
|
|
|
|
* 首页导出
|
|
|
|
|
*/
|
|
|
|
|
@ApiOperation(value = "首页导出")
|
|
|
|
|
@GetMapping("/exportpage")
|
|
|
|
|
@PostMapping("/exportpage")
|
|
|
|
|
public void exportpage(HttpServletResponse response, BPlanEnterprisePageRequest req) {
|
|
|
|
|
List<BPlanEnterPriseTreeResponse> list = bPlanEnterpriseService.getShouyeList(req);
|
|
|
|
|
ExcelUtil<BPlanEnterPriseTreeResponse> util = new ExcelUtil<BPlanEnterPriseTreeResponse>(BPlanEnterPriseTreeResponse.class);
|
|
|
|
|