作者 lyh

gx添加随机模块

... ... @@ -64,6 +64,7 @@ class lyhDemo extends Command
$webSettingModel = new WebSetting();
$info = $webSettingModel->read(['project_id'=>$item['id']]);
if($info === false){
$this->model->addReturnId(['project_id'=>$this->user['project_id']]);
echo '当前数据为空:'.$item['id'].PHP_EOL;
}
DB::disconnect('custom_mysql');
... ...