作者 lyh

gx添加随机模块

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