vali %!s(int64=6) %!d(string=hai) anos
pai
achega
c9bf94d524
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Logic/UnSettmatchLogic.php

+ 1 - 1
app/Logic/UnSettmatchLogic.php

@@ -256,7 +256,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]);
 
         return $ret;
     }