vali 6 年之前
父节点
当前提交
4f1c7e4e31
共有 1 个文件被更改,包括 1 次插入1 次删除
  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();