From 2961976f38af329fb550461441416317c5af6534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=92?= Date: Sat, 1 Nov 2025 14:06:34 +0800 Subject: [PATCH] 1 --- .../src/main/resources/mapper/jarvis/GiftCouponMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-system/src/main/resources/mapper/jarvis/GiftCouponMapper.xml b/ruoyi-system/src/main/resources/mapper/jarvis/GiftCouponMapper.xml index b9ad213..c7e507d 100644 --- a/ruoyi-system/src/main/resources/mapper/jarvis/GiftCouponMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/jarvis/GiftCouponMapper.xml @@ -68,7 +68,7 @@ AND or_rows.order_time <= #{params.endTime} - GROUP BY or_rows.gift_coupon_key + GROUP BY or_rows.gift_coupon_key, or_rows.sku_id, or_rows.sku_name, or_rows.pop_id UNION ALL