From 074ef3ee11a4ebf536a0d1ac82b79c421976cfe0 Mon Sep 17 00:00:00 2001 From: wuchunlei Date: Fri, 1 Nov 2024 19:01:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E6=83=A0=E5=88=B8=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=B7=B2=E9=A2=86=E5=8F=96=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../peanut/modules/common/service/impl/CouponServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/peanut/modules/common/service/impl/CouponServiceImpl.java b/src/main/java/com/peanut/modules/common/service/impl/CouponServiceImpl.java index 1a2494a0..112dbd5d 100644 --- a/src/main/java/com/peanut/modules/common/service/impl/CouponServiceImpl.java +++ b/src/main/java/com/peanut/modules/common/service/impl/CouponServiceImpl.java @@ -246,9 +246,9 @@ public class CouponServiceImpl extends ServiceImpl impl wrapper.select(BuyOrderProduct::getQuantity); List> buyOrderProducts = couponToProductDao.selectJoinMaps(wrapper); for (Map map : buyOrderProducts) { - ShopProduct shopProduct = shopProductDao.selectById(map.get("productId").toString()); + ShopProduct shopProduct = shopProductDao.selectById(map.get("product_id").toString()); for (int i=0;i