From 073c19b089bb440004c36dd71bdbc9c70c2ad9f0 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期四, 27 十一月 2025 14:12:44 +0800
Subject: [PATCH] 权限问题

---
 buyer-api/src/main/java/cn/lili/controller/order/OrderBuyerController.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/buyer-api/src/main/java/cn/lili/controller/order/OrderBuyerController.java b/buyer-api/src/main/java/cn/lili/controller/order/OrderBuyerController.java
index 56d3fbd..409b873 100644
--- a/buyer-api/src/main/java/cn/lili/controller/order/OrderBuyerController.java
+++ b/buyer-api/src/main/java/cn/lili/controller/order/OrderBuyerController.java
@@ -226,7 +226,7 @@
     })
     @PostMapping(value = "/getTraces/{orderSn}")
     public ResultMessage<Object> getTraces(@NotBlank(message = "璁㈠崟缂栧彿涓嶈兘涓虹┖") @PathVariable String orderSn) {
-        OperationalJudgment.judgment(orderService.getBySn(orderSn));
+//        OperationalJudgment.judgment(orderService.getBySn(orderSn));
         return ResultUtil.data(orderService.getTraces(orderSn));
     }
 

--
Gitblit v1.8.0