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

+ 1 - 1
app/Logic/UnSettmatchLogic.php

@@ -151,7 +151,7 @@ class UnSettmatchLogic
             $mModel->trade_type = 3;
             $mModel->trade_desc = '赛事取消返款--matchid=' . $this->match_id;
 
-            if ($gain_money <= 0.01) {
+            if ($gain_money * 100 <= 1) {
                 $return_money = $item->money * (1 - $this->fanshui);
                 $mModel->money_type = 1;
                 $mModel->money = $return_money;