whitefang 1 год назад
Родитель
Сommit
e092dda590
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      app/api/logic/ServiceOrderLogic.php

+ 2 - 0
app/api/logic/ServiceOrderLogic.php

@@ -84,6 +84,8 @@ class ServiceOrderLogic extends BaseLogic
                     $order_coupon_amount = $user_coupon['amount'];
                 }
                 $order_amount = ($order_coupon_amount>$user_coupon['max_deductible_price'])?($order_amount-$user_coupon['max_deductible_price']):($order_amount-$order_coupon_amount);
+
+                dd($order_amount);
             }
 
             //生成服务工单