1
0
whitefang 2 жил өмнө
parent
commit
e092dda590

+ 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);
             }
 
             //生成服务工单