|
|
|
|
@ -1565,7 +1565,7 @@ class OrdersController extends CommonController
|
|
|
|
|
$customer = $order->customer;
|
|
|
|
|
$currentBalance = $customer->balance;
|
|
|
|
|
|
|
|
|
|
//dd($totalPaid,$currentBalance,$totalPaid == $currentBalance);
|
|
|
|
|
dd($totalPaid > 0, floatval($totalPaid) == floatval($currentBalance));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 4. 如果支付总额等于用户余额,进行退款处理
|
|
|
|
|
|