Browse Source

健康产品用优惠券

gorden 7 months ago
parent
commit
c0d4a7d76b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/admin/service/order/OrderService.php

+ 0 - 1
app/admin/service/order/OrderService.php

@@ -478,7 +478,6 @@ class OrderService
 
     public static function useCoupon($memberId, $goods, $good, $coupon, $amountBalance)
     {
-        dump("进到useCoupon");
         try {
             $cacheKey = "ORDER:USE:COUPON:" . $memberId;
             $cacheDiscountKey = "ORDER:USE:COUPON:DISCOUNT:" . $memberId;