update
This commit is contained in:
@ -45,8 +45,10 @@ class AutoPush extends BaseSpider
|
||||
{
|
||||
$query = AppWebsiteConfig::query()
|
||||
->select(['app_domain', 'id'])
|
||||
->where('is_delete', 0);
|
||||
|
||||
->where('is_delete', 0)
|
||||
->where('is_record', 0)
|
||||
->orderBy('id', 'DESC')
|
||||
->limit(10);
|
||||
if ($id = $input->getOption('platform')) {
|
||||
$query = $query->where('id', $id);
|
||||
}
|
||||
|
Reference in New Issue
Block a user