|
@@ -197,7 +197,7 @@ class CouponController extends Curd
|
|
|
$statistics['nianka'] = $coupon['total'];
|
|
|
} else if ($coupon['coupon_classify'] == '折扣券') {
|
|
|
$statistics['zhekou'] = $coupon['total'];
|
|
|
- } else if ($coupon['coupon_classify'] == '折扣券') {
|
|
|
+ } else if ($coupon['coupon_classify'] == '抵用券') {
|
|
|
$statistics['dikou'] = $coupon['total'];
|
|
|
} else if ($coupon['coupon_classify'] == '月卡') {
|
|
|
$statistics['yueka'] = $coupon['total'];
|