reactor:统一导出的 url 都是 export-excel
This commit is contained in:
@@ -124,7 +124,7 @@ public class ProductSpuController {
|
||||
return success(productSpuService.getTabsCount());
|
||||
}
|
||||
|
||||
@GetMapping("/export")
|
||||
@GetMapping("/export-excel")
|
||||
@Operation(summary = "导出商品")
|
||||
@PreAuthorize("@ss.hasPermission('product:spu:export')")
|
||||
@ApiAccessLog(operateType = EXPORT)
|
||||
|
Reference in New Issue
Block a user