杨德宝 2 жил өмнө
parent
commit
bd421ab249

+ 1 - 1
kxs-product/kxs-product-biz/src/main/java/com/kxs/product/biz/controller/admin/SysShopOrderController.java

@@ -51,7 +51,7 @@ public class SysShopOrderController {
      * @return 商城订单-详情
      * @return 商城订单-详情
      */
      */
     @GetMapping("/orderDetail")
     @GetMapping("/orderDetail")
-    public R orderDetail(@RequestParam("orderDetail") Integer id) {
+    public R orderDetail(@RequestParam("id") Integer id) {
         return R.ok(kxsShopOrderService.getOrderDetailById(id));
         return R.ok(kxsShopOrderService.getOrderDetailById(id));
     }
     }