This commit is contained in:
wangjinlei
2024-10-21 13:22:34 +08:00
parent 10bdd968af
commit acafcf1a86
2 changed files with 2 additions and 1 deletions

View File

@@ -728,6 +728,7 @@ class Production extends Base
$pra['pub_date'] = $p_info['pub_date'];
$pra['abbr'] = $p_info['abbr'];
$pra['icon'] = $p_info['icon'];
$pra['lx_online'] = $journal_info['cycle']==0?0:1;
if ($p_info['file_sub'] != '') {
$pra['file_sub'] = $p_info['file_sub'];
}