!2 【修改】 修改AdminOrderController#listShipChannel 注解中的信息错误,导致授权模块无法授权的问题

Merge pull request !2 from Ruby呀/N/A
This commit is contained in:
qiguliuxing 2021-02-02 10:48:59 +08:00 committed by Gitee
commit a916fe0a40
1 changed files with 2 additions and 2 deletions

View File

@ -120,8 +120,8 @@ public class AdminOrderController {
* @param body 订单信息{ orderIdxxx } * @param body 订单信息{ orderIdxxx }
* @return 订单操作结果 * @return 订单操作结果
*/ */
@RequiresPermissions("admin:order:list") @RequiresPermissions("admin:order:listShipChannel")
@RequiresPermissionsDesc(menu = { "商场管理", "订单管理" }, button = "查询") @RequiresPermissionsDesc(menu = { "商场管理", "订单管理" }, button = "快递信息加载")
@GetMapping("/listShipChannel") @GetMapping("/listShipChannel")
public Object listShipChannel() { public Object listShipChannel() {
logger.info("【请求开始】商场管理->订单管理->快递信息加载"); logger.info("【请求开始】商场管理->订单管理->快递信息加载");