This commit is contained in:
wangjinlei
2022-05-16 12:18:36 +08:00
parent ea9047b8bd
commit 111241fa70
4 changed files with 10 additions and 6 deletions

View File

@@ -141,8 +141,8 @@ class Journal extends Controller {
$list = $this->footer_obj->where($where)->order('sort desc')->select();
$frag = [];
$frag['Publishing Policy'] = [];
$frag['Join Us'] = [];
$frag['Products'] = [];
$frag['Join Us'] = [];
$frag['Cooperate with Us'] = [];
$frag['Publisher Information'] = [];
foreach ($list as $v) {

View File

@@ -258,7 +258,9 @@ class Special extends Controller {
$limit_start = ($data['pageIndex'] - 1) * $data['pageSize'];
$list = $this->journal_special_obj
->where('journal_id',$data['journal_id'])
->where('state',2)->order('journal_special_id desc')
->where('state',2)
// ->order('journal_special_id desc')
->order('deadline desc')
->limit($limit_start,$data['pageSize'])
->select();
//获取作者