zhangtao
laozt 11 months ago
parent da5e9ec480
commit de04578f15

@ -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);

Loading…
Cancel
Save