fix: 국가베팅 당첨자 없을 시, 버그
This commit is contained in:
@@ -271,7 +271,7 @@ class Betting
|
|||||||
if (!key_exists($matchPoint, $rewardAmount)) {
|
if (!key_exists($matchPoint, $rewardAmount)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
$rewardAmount[$matchPoint] += $rewardAmount;
|
$rewardAmount[$matchPoint] += $remainRewardAmount;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user