fix:推广员导出
parent
7c060b5a8b
commit
e99801eddd
|
@ -150,6 +150,7 @@ public class PromoterController {
|
||||||
@GetMapping("/all-export-excel")
|
@GetMapping("/all-export-excel")
|
||||||
@Operation(summary = "导出所有推广员 Excel")
|
@Operation(summary = "导出所有推广员 Excel")
|
||||||
@OperateLog(type = EXPORT)
|
@OperateLog(type = EXPORT)
|
||||||
|
@TenantIgnore
|
||||||
public void allExportExcel(@Valid PromoterPageReqVO pageVO,
|
public void allExportExcel(@Valid PromoterPageReqVO pageVO,
|
||||||
HttpServletResponse response) throws IOException {
|
HttpServletResponse response) throws IOException {
|
||||||
PageResult<PromoterRespVO> pageResult = promoterService.getPromoterPage(pageVO);
|
PageResult<PromoterRespVO> pageResult = promoterService.getPromoterPage(pageVO);
|
||||||
|
|
Loading…
Reference in New Issue