gorden 4 месяцев назад
Родитель
Сommit
5f9c3e43d7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/admin/controller/coupon/CouponController.php

+ 1 - 1
app/admin/controller/coupon/CouponController.php

@@ -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'];