fix:推广员导出

feature/mall_product
tangqian 2023-06-16 13:03:56 +08:00
parent 7c060b5a8b
commit e99801eddd
1 changed files with 1 additions and 0 deletions

View File

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