|
@@ -46,7 +46,7 @@ public class AdsOrderDetailController {
|
|
|
return ResultVO.ok(gameOrderService.orderTotal(dto));
|
|
|
}
|
|
|
|
|
|
- //@PreAuthorize(permissionKey = "gameData:order:detail")
|
|
|
+ @PreAuthorize(permissionKey = "gameData:order:detail")
|
|
|
@ApiOperation(value = "订单详情")
|
|
|
@PostMapping("/detail")
|
|
|
public ResultVO<Page<OrderCPDetailVO>> getOrderDetailList(@RequestBody AdsOrderDetailDTO dto) {
|