20201112
This commit is contained in:
@@ -709,7 +709,7 @@ class Article extends Controller {
|
||||
*/
|
||||
public function getJournalSpecials(){
|
||||
$data = $this->request->post();
|
||||
$list = $this->journal_special_obj->where('journal_id',$data['journal_id'])->where('state',0)->select();
|
||||
$list = $this->journal_special_obj->where('journal_id',$data['journal_id'])->where('state',2)->select();
|
||||
|
||||
$re['specials'] = $list;
|
||||
return jsonSuccess($re);
|
||||
|
||||
Reference in New Issue
Block a user