From 2ea99e068890d59c565ea1ef631d39d5531afdf6 Mon Sep 17 00:00:00 2001 From: chengxl Date: Wed, 4 Jun 2025 13:28:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Crontask.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/controller/Crontask.php b/application/api/controller/Crontask.php index 5d640fb..4e09a0a 100644 --- a/application/api/controller/Crontask.php +++ b/application/api/controller/Crontask.php @@ -371,7 +371,7 @@ class Crontask extends Controller 'ctime'=>['>',$sDate], 'state'=>['in',[1,2,3]] ]; - $aReviewer = Db::name('article_reviewer')->field('reviewer_id,count(article_id) as review_num_two_year ')->where($aWhere)->order('reviewer_id asc')->group('reviewer_id')->select(); + $aReviewer = Db::name('article_reviewer')->field('reviewer_id,count(article_id) as review_num_two_year')->where($aWhere)->order('reviewer_id asc')->group('reviewer_id')->select(); //查询审稿人数量不为0的审稿信息 $aUserWhere = [