weizong song 1 year ago
parent 0d40ba34d8
commit 4c5665fcf8

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

Loading…
Cancel
Save