feat(lottery): 扩展传统马来赔率、玩法结算与开注商短码支持
This commit is contained in:
@@ -117,7 +117,7 @@ final class CurrencyActivationService
|
||||
}
|
||||
|
||||
foreach (PlayType::query()->orderBy('sort_order')->orderBy('play_code')->get() as $playType) {
|
||||
foreach (OddsStandardScopes::PRESET_ODDS_BY_SCOPE as $scope => $oddsValue) {
|
||||
foreach (OddsStandardScopes::presetOddsForPlay((string) $playType->play_code) as $scope => $oddsValue) {
|
||||
OddsItem::query()->firstOrCreate(
|
||||
[
|
||||
'version_id' => $version->id,
|
||||
|
||||
Reference in New Issue
Block a user