From 66772a2d80b2612cea4e1e5740c9df3d2f672a39 Mon Sep 17 00:00:00 2001
From: xin <1099200748@qq.com>
Date: Thu, 25 Sep 2025 21:51:20 +0800
Subject: [PATCH] 商户角色优化

---
 oying-system/src/main/java/com/oying/modules/sh/rest/OrderProductSnapshotController.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/oying-system/src/main/java/com/oying/modules/sh/rest/OrderProductSnapshotController.java b/oying-system/src/main/java/com/oying/modules/sh/rest/OrderProductSnapshotController.java
index 972139c..4530653 100644
--- a/oying-system/src/main/java/com/oying/modules/sh/rest/OrderProductSnapshotController.java
+++ b/oying-system/src/main/java/com/oying/modules/sh/rest/OrderProductSnapshotController.java
@@ -26,7 +26,7 @@
     private final OrderProductSnapshotService orderProductSnapshotService;
 
     @GetMapping
-    @ApiOperation("查询订单商品快照")
+    @ApiOperation("根据订单号查询订单商品快照")
     public ResponseEntity<Object> queryOrderProductSnapshot(@RequestParam String orderNum) {
         return new ResponseEntity<>(R.success(orderProductSnapshotService.queryOrderProductSnapshot(orderNum)), HttpStatus.OK);
     }

--
Gitblit v1.9.3