作者 lyh

gx

... ... @@ -55,10 +55,11 @@ class UpdateRoute extends Command
public function handle(){
// $projectModel = new Project();
// $list = $projectModel->list(['type'=>['in',[1,2,3,4]]]);
// foreach ($list as $v){
ProjectServer::useProject(197);
$this->getProduct();
DB::disconnect('custom_mysql');
// foreach ($list as $v){
ProjectServer::useProject(110);
$this->getProduct();
$this->setProductKeyword();
DB::disconnect('custom_mysql');
// }
echo date('Y-m-d H:i:s') . 'end' . PHP_EOL;
}
... ...