1
This commit is contained in:
@@ -186,8 +186,8 @@ class Special extends Controller {
|
||||
|
||||
|
||||
/**
|
||||
* @title 客座期刊(获取首页列表)
|
||||
* @description 客座期刊(获取首页列表)
|
||||
* @title 获取全部客座期刊
|
||||
* @description 获取全部客座期刊
|
||||
* @author wangjinlei
|
||||
* @url /api/Special/getAllSpecials
|
||||
* @method POST
|
||||
@@ -207,7 +207,11 @@ class Special extends Controller {
|
||||
$list2 = $this->journal_special_obj
|
||||
->field("j_journal.usx,j_journal.icon,j_journal.title journaltitle,j_journal_special.*")
|
||||
->join("j_journal","j_journal.journal_id = j_journal_special.journal_id","left")
|
||||
->where('j_journal_special.state',2)->where("j_journal_special.journal_special_id","<>",$list1[0]['journal_special_id'])->order('j_journal_special.journal_special_id desc')->select();
|
||||
->where('j_journal_special.state',2)
|
||||
->where("j_journal_special.journal_id",'<>',22)
|
||||
->where("j_journal_special.journal_special_id","<>",$list1[0]['journal_special_id'])
|
||||
->order('j_journal_special.journal_special_id desc')
|
||||
->select();
|
||||
$list = array_merge($list1,$list2);
|
||||
$f = [];
|
||||
//获取作者
|
||||
|
||||
Reference in New Issue
Block a user