gorden пре 7 месеци
родитељ
комит
c0d4a7d76b
1 измењених фајлова са 0 додато и 1 уклоњено
  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;