wesmiler 1 month ago
parent
commit
8fcffd26d4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/Services/Common/BalanceLogsService.php

+ 2 - 0
app/Services/Common/BalanceLogsService.php

@@ -331,6 +331,8 @@ class BalanceLogsService extends BaseService
             // 更新实际到账金额
             if ($actualMoney !== null) {
                 $record->actual_money = $actualMoney;
+            }else{
+                $record->actual_money = $record->money;
             }
 
             // 如果是通过,更新支付状态和打款凭证