作者 lyh

gx

... ... @@ -111,7 +111,7 @@ class ShareUser extends Command
];
$res = $ayr_share_model->edit($data,['id'=>$v['id']]);
if($res == false){
echo $this->error++ . '|' .'第三方删除失败';
echo $this->error++ . '|' .'更新数据库失败';
return true;
}
return true;
... ...