修改客座期刊接口

This commit is contained in:
chengxl
2025-07-17 09:31:55 +08:00
parent 93a9614a0f
commit dfef54b136

View File

@@ -217,7 +217,7 @@ class Special extends Controller {
} }
$re['count'] = $iCount; $re['count'] = $iCount;
//查询期刊详情 //查询期刊详情
$list = $this->journal_special_obj->where($aWhere)->order('journal_special_id desc')->limit(4)->select(); $list = $this->journal_special_obj->where($aWhere)->order('journal_special_id desc')->select();
$f = []; $f = [];
//获取作者 //获取作者
foreach ($list as $k => $v){ foreach ($list as $k => $v){