| buyer-api/src/main/java/cn/lili/controller/order/OrderBuyerController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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)); }