设置come 海外读书为10

This commit is contained in:
wuchunlei
2025-11-11 13:37:34 +08:00
parent 1718d76287
commit 665b9b9755

View File

@@ -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());