1
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
<if test="params.endTime != null and params.endTime != ''">
|
<if test="params.endTime != null and params.endTime != ''">
|
||||||
AND or_rows.order_time <= #{params.endTime}
|
AND or_rows.order_time <= #{params.endTime}
|
||||||
</if>
|
</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
|
UNION ALL
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user