|
|
@@ -32,8 +32,7 @@ class PcIssueService extends BaseService
|
|
|
private static function fengPan()
|
|
|
{
|
|
|
$list = PcIssue::where('status', PcIssue::STATUS_BETTING)
|
|
|
- ->orderByDesc('id')
|
|
|
- ->get();
|
|
|
+ ->orderByDesc('id')->get();
|
|
|
$now = time();
|
|
|
$pc28Switch = Config::where('field', 'pc28_switch')->first()->val;
|
|
|
$now += 30;
|