!2 【修改】 修改AdminOrderController#listShipChannel 注解中的信息错误,导致授权模块无法授权的问题
Merge pull request !2 from Ruby呀/N/A
This commit is contained in:
commit
a916fe0a40
|
|
@ -120,8 +120,8 @@ public class AdminOrderController {
|
||||||
* @param body 订单信息,{ orderId:xxx }
|
* @param body 订单信息,{ orderId:xxx }
|
||||||
* @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("【请求开始】商场管理->订单管理->快递信息加载");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue