diff --git a/yudao-module-mall/yudao-module-shop-biz/src/main/java/cn/iocoder/yudao/module/shop/controller/admin/recharge/RechargeOrderController.java b/yudao-module-mall/yudao-module-shop-biz/src/main/java/cn/iocoder/yudao/module/shop/controller/admin/recharge/RechargeOrderController.java index 525a294d6..43d1fa607 100644 --- a/yudao-module-mall/yudao-module-shop-biz/src/main/java/cn/iocoder/yudao/module/shop/controller/admin/recharge/RechargeOrderController.java +++ b/yudao-module-mall/yudao-module-shop-biz/src/main/java/cn/iocoder/yudao/module/shop/controller/admin/recharge/RechargeOrderController.java @@ -204,10 +204,10 @@ public class RechargeOrderController { } @TenantIgnore - @PreAuthenticated +// @PreAuthenticated @Operation(summary = "管理员填写备注") @RequestMapping(value = "/adminRemark", method = RequestMethod.POST) - @PreAuthorize("@ss.hasPermission('shop:recharge-order:remark')") +// @PreAuthorize("@ss.hasPermission('shop:recharge-order:remark')") public CommonResult adminRemark(@Valid @RequestBody RemarkRequest request) { return CommonResult.success(rechargeOrderService.updateRemark(request)); }