Compare commits
No commits in common. "9e1a653dbeaa67d9379c17046f50a783c6e82cb5" and "714650a275977a0a0355f3deb01e46be151755be" have entirely different histories.
9e1a653dbe
...
714650a275
|
@ -115,7 +115,7 @@ public class RechargeOrderController {
|
|||
|
||||
@GetMapping("/page")
|
||||
@Operation(summary = "获得订单分页")
|
||||
@PreAuthorize("@ss.hasPermission('shop:recharge-order:query','shop:recharge-order:refund')")
|
||||
@PreAuthorize("@ss.hasPermission('shop:recharge-order:query')")
|
||||
@TenantIgnore
|
||||
public CommonResult<PageResult<RechargeOrderRespVO>> getRechargeOrderPage(@Valid RechargeOrderPageReqVO pageVO) {
|
||||
if (!TenantContextHolder.ID_SYSTEM.equals(SecurityFrameworkUtils.getLoginUser().getTenantId())) {
|
||||
|
|
Loading…
Reference in New Issue