wesmiler hace 1 mes
padre
commit
8fcffd26d4
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;
             }
 
             // 如果是通过,更新支付状态和打款凭证