This commit is contained in:
2025-11-01 14:06:34 +08:00
parent 2783a550d3
commit 2961976f38

View File

@@ -68,7 +68,7 @@
<if test="params.endTime != null and params.endTime != ''">
AND or_rows.order_time &lt;= #{params.endTime}
</if>
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