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