20201112
This commit is contained in:
@@ -61,6 +61,7 @@ class Auto extends Controller {
|
||||
* 处理过期审稿
|
||||
*/
|
||||
public function overdue_reviewer() {
|
||||
die('Temporarily Out of Service');
|
||||
$where['state'] = 0;
|
||||
$where['ctime'] = ['lt', time() - 3600 * 24 * 14];
|
||||
$revs = $this->article_reviewer_obj->where($where)->select();
|
||||
|
||||
Reference in New Issue
Block a user