新增用户ID
This commit is contained in:
@@ -548,6 +548,7 @@ class Article extends Base
|
||||
$author_res[$key]['scopus_website'] = empty($aUserInfo['scopus_website']) ? '' : $aUserInfo['scopus_website'];
|
||||
$author_res[$key]['google_index'] = isset($aUserInfo['google_index']) ? $aUserInfo['google_index'] : '';
|
||||
$author_res[$key]['wos_index'] = isset($aUserInfo['wos_index']) ? $aUserInfo['wos_index'] : '';
|
||||
$author_res[$key]['user_id'] = empty($aUserInfo['user_id']) ? 0 : $aUserInfo['user_id'];
|
||||
}
|
||||
}
|
||||
//查询作者scopus chengxiaoling 20260924 end
|
||||
|
||||
Reference in New Issue
Block a user