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