期刊新增收费说明及页面链接字段
This commit is contained in:
@@ -345,6 +345,16 @@ class Journal extends Base {
|
|||||||
$update['fee'] = $data['fee'];
|
$update['fee'] = $data['fee'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//新增字段 收费说明及链接 20260104 start
|
||||||
|
//收费链接
|
||||||
|
if(isset($data['apc_url'])){
|
||||||
|
$update['apc_url'] = trim($data['apc_url']);
|
||||||
|
}
|
||||||
|
//收费说明
|
||||||
|
if(isset($data['apc_content'])){
|
||||||
|
$update['apc_content'] = trim($data['apc_content']);
|
||||||
|
}
|
||||||
|
//新增字段 收费说明及链接 20260104 end
|
||||||
|
|
||||||
$update['scope'] = isset($data['scope'])?trim($data['scope']):"";
|
$update['scope'] = isset($data['scope'])?trim($data['scope']):"";
|
||||||
$this->journal_obj->where('journal_id',$data['journal_id'])->update($update);
|
$this->journal_obj->where('journal_id',$data['journal_id'])->update($update);
|
||||||
|
|||||||
Reference in New Issue
Block a user