新增用户ID

This commit is contained in:
chengxl
2025-09-28 09:52:28 +08:00
parent 4420f75dc0
commit ad8f68cb4e

View File

@@ -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