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();