20201112
This commit is contained in:
@@ -850,6 +850,7 @@ class Article extends Controller {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 作者发送消息
|
||||
*/
|
||||
@@ -971,7 +972,8 @@ class Article extends Controller {
|
||||
$journal_info = $this->journal_obj->where('issn',$data['issn'])->find();
|
||||
$list = $this->article_obj
|
||||
->where('journal_id',$journal_info['journal_id'])
|
||||
->where('ctime','>',$data['ctime'])
|
||||
->where('state','in','0,1,2,4')
|
||||
// ->where('ctime','>',$data['ctime'])
|
||||
->select();
|
||||
|
||||
$re['articles'] = $list;
|
||||
|
||||
Reference in New Issue
Block a user