接口调整
This commit is contained in:
@@ -745,7 +745,7 @@ class Aiarticle extends Base
|
|||||||
//更新作者名字
|
//更新作者名字
|
||||||
if(isset($aUser['author_name'])){
|
if(isset($aUser['author_name'])){
|
||||||
$aUpdate = ['localname' => $aUser['author_name']];
|
$aUpdate = ['localname' => $aUser['author_name']];
|
||||||
Db::name('user')->where('user_id',$value['user_id'])->limit(1)->update($aUpdate);
|
Db::name('user')->where('user_id',$value['user_id'])->update($aUpdate);
|
||||||
}
|
}
|
||||||
//更新作者简介和单位
|
//更新作者简介和单位
|
||||||
$aUpdateReviewer = [];
|
$aUpdateReviewer = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user