vali 6 years ago
parent
commit
4f1c7e4e31
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Logic/UnSettmatchLogic.php

+ 1 - 1
app/Logic/UnSettmatchLogic.php

@@ -131,7 +131,7 @@ class UnSettmatchLogic
         $userMoneyChange = [];   //用户资金变化记录,好一次性更新
 
         foreach ($simples as $item) {
-            $gain_money = $item->gain_money;
+            $gain_money = floatval($item->gain_money);
             $accountIdent = $item->account_identity;
 
             $mModel = new MoneyDetailsModel();