This commit is contained in:
wangjinlei
2023-07-14 18:23:25 +08:00
parent 3f289cebec
commit 32ae12e5b3
3 changed files with 51 additions and 3 deletions

View File

@@ -688,7 +688,7 @@ class Production extends Base
$this->production_article_obj->where('p_article_id', $data['p_article_id'])->update($r_update);
foreach($report_authors as $v){
$iua['user_id'] = $v['user_id'];
$iua['w_article_id'] = $res['date']['article_id'];
$iua['w_article_id'] = $res['data']['article_id'];
$iua['w_article_doi'] = '10.53388/'.$p_info['doi'];
$iua['journal_title'] = $journal_info['title'];
$this->user_author_obj->insert($iua);