|
@@ -225,8 +225,8 @@ func (m *StatisticsDAO) CardCouponUsedStatistics(caseids, tel, name, receivetype
|
225
|
225
|
a.start_date,
|
226
|
226
|
a.end_date,
|
227
|
227
|
a.receive_date,
|
228
|
|
- a.receive_date as used_date,
|
229
|
|
- 'used' as verify_status
|
|
228
|
+ a.verify_date as used_date,
|
|
229
|
+ a.verify_status
|
230
|
230
|
FROM
|
231
|
231
|
ta_customer_card a
|
232
|
232
|
INNER JOIN ta_coupon_card_target b ON b.card_id = a.card_id
|
|
@@ -325,7 +325,7 @@ func (m *StatisticsDAO) CardCouponUsedCountStatistics(caseids, tel, name, receiv
|
325
|
325
|
a.start_date,
|
326
|
326
|
a.end_date,
|
327
|
327
|
a.receive_date,
|
328
|
|
- a.receive_date as used_date,
|
|
328
|
+ a.verify_date as used_date,
|
329
|
329
|
a.verify_status
|
330
|
330
|
FROM
|
331
|
331
|
ta_customer_card a
|