|
|
@@ -856,9 +856,9 @@ class IssueService extends BaseService
|
|
|
self::lotteryDraw($v->id, $winning_numbers, $combo, '');
|
|
|
$new = false;
|
|
|
}
|
|
|
- // $pc28Switch = Config::where('field', 'pc28_switch')->first()->val;
|
|
|
- // //更新游戏开关的切换
|
|
|
- // if ($pc28Switch == 0) Config::setPc28Switch();
|
|
|
+ $pc28Switch = Config::where('field', 'pc28_switch')->first()->val;
|
|
|
+ //更新游戏开关的切换
|
|
|
+ if ($pc28Switch == 0) Config::setPc28Switch();
|
|
|
}
|
|
|
}
|
|
|
|