vali 6 년 전
부모
커밋
b58eb37184
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;