Merge branch 'feature/mall_product' into test

pull/17/head
tangqian 2023-06-20 15:41:32 +08:00
commit 9e1a653dbe
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ public class RechargeOrderController {
@GetMapping("/page")
@Operation(summary = "获得订单分页")
@PreAuthorize("@ss.hasPermission('shop:recharge-order:query')")
@PreAuthorize("@ss.hasPermission('shop:recharge-order:query','shop:recharge-order:refund')")
@TenantIgnore
public CommonResult<PageResult<RechargeOrderRespVO>> getRechargeOrderPage(@Valid RechargeOrderPageReqVO pageVO) {
if (!TenantContextHolder.ID_SYSTEM.equals(SecurityFrameworkUtils.getLoginUser().getTenantId())) {