vali 6 лет назад
Родитель
Сommit
4e9763348a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Logic/UnSettmatchLogic.php

+ 1 - 1
app/Logic/UnSettmatchLogic.php

@@ -210,7 +210,7 @@ class UnSettmatchLogic
         $ret = $moneyDetail->save();
 
         $nowmoney = $Accobj->detail->cash - $money;
-        DB::table('account_detailed')->where('account_identity', $OrderObj->account_identity)->update(['money_cash' => $nowmoney, 'cash' => $nowmoney]);
+        DB::table('account_detailed')->where('account_identity', $OrderObj->account_identity)->update(['available_cash' => $nowmoney, 'cash' => $nowmoney]);
 
         $order_main->status = 1;
         $order_main->settlement_time = date('Y-m-d H:i:s');