|
...
|
...
|
@@ -54,7 +54,7 @@ class UpdateRoute extends Command |
|
|
|
*/
|
|
|
|
public function handle(){
|
|
|
|
$projectModel = new Project();
|
|
|
|
$lists = $projectModel->list(['is_upgrade'=>0,'id'=>['>',167],'type'=>['!=',0]]);
|
|
|
|
$lists = $projectModel->list(['is_upgrade'=>0,'type'=>['!=',0]]);
|
|
|
|
foreach ($lists as $k => $v){
|
|
|
|
ProjectServer::useProject($v['id']);
|
|
|
|
$this->getProductKeyword($v['id']);
|
...
|
...
|
|