From 665b9b975530c3abfefeb52771a699c6c42fec82 Mon Sep 17 00:00:00 2001 From: wuchunlei Date: Tue, 11 Nov 2025 13:37:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AEcome=20=E6=B5=B7=E5=A4=96?= =?UTF-8?q?=E8=AF=BB=E4=B9=A6=E4=B8=BA10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../peanut/modules/bookAbroad/controller/OrderController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/peanut/modules/bookAbroad/controller/OrderController.java b/src/main/java/com/peanut/modules/bookAbroad/controller/OrderController.java index 51f0ac4..25d5ccc 100644 --- a/src/main/java/com/peanut/modules/bookAbroad/controller/OrderController.java +++ b/src/main/java/com/peanut/modules/bookAbroad/controller/OrderController.java @@ -57,7 +57,7 @@ public class OrderController { return R.error("Purchased"); } buyOrder.setUserId(ShiroUtils.getUId()); - buyOrder.setCome(3);//3 海外读书 + buyOrder.setCome(10);//10 海外读书 BigDecimal totalPrice = buyOrder.getOrderMoney(); if ("abroadBook".equals(buyOrder.getOrderType())){ BookEntity bookEntity = bookService.getById(buyOrder.getAbroadBookId());