From 6416e025afd6b3d19347610b3e441ac6a12a0f8f Mon Sep 17 00:00:00 2001
From: xin <1099200748@qq.com>
Date: Thu, 25 Sep 2025 22:59:05 +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