From 28e85b011d662ef7b42216993f1f91d79b4d93c4 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期日, 04 一月 2026 11:11:20 +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