xin
2025-07-17 8c551068472e529a98b3eb27c9e347a924e48bf8
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);
    }