vali 6 năm trước cách đây
mục cha
commit
4f1c7e4e31
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();