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

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

@@ -441,6 +441,7 @@ class OrderService
      */
     public static function payUseCoupon($memberId, $goods, $coupon, $payAmount)
     {
+        dump("进到payUseCoupon");
         foreach ($coupon as $item) {
             if (!in_array(substr($item, 0, 2), ['CU', 'CO'])) {
                 return [];