作者 lyh

gx脚本锚文本数量

... ... @@ -46,7 +46,7 @@ class lyhDemo extends Command
ProjectServer::useProject($val['id']);
try {
$settingModel = new WebSetting();
$settingModel->edit(['anchor_num'=>10],['id'=>1,'anchor_num'=>3]);
$settingModel->edit(['anchor_num'=>3],['id'=>1,'anchor_num'=>1]);
}catch (\Exception $e){
DB::disconnect('custom_mysql');
}
... ...