1
This commit is contained in:
@@ -89,7 +89,7 @@ class Journal extends Base {
|
||||
public function getJournalByeditor()
|
||||
{
|
||||
$user_id = $this->request->post('user_id');
|
||||
$list = $this->journal_obj->where('editor_id',$user_id)->select();
|
||||
$list = $this->journal_obj->where('editor_id',$user_id)->where("state",0)->select();
|
||||
$re['journals'] = $list;
|
||||
return jsonSuccess($re);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user