From 419689625bb1d27d8af21f1081505eea82719e5b Mon Sep 17 00:00:00 2001 From: chengxl Date: Thu, 19 Jun 2025 11:08:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=8E=A8=E8=8D=90=E5=AE=A1?= =?UTF-8?q?=E7=A8=BF=E4=BA=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/Reviewer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/common/Reviewer.php b/application/common/Reviewer.php index 4ee4812..6c07a5d 100644 --- a/application/common/Reviewer.php +++ b/application/common/Reviewer.php @@ -209,7 +209,7 @@ class Reviewer if(!empty($aParam['field'])){//根据领域搜索 $aWhere['field'] = ['like',"%" . $aParam["field"] . "%"]; } - $sCompanyQuery = Db::name('user_reviewer_info')->field('reviewer_id')->where($aWhere)->buildSql(); + $sCompanyQuery = Db::name('user_reviewer_info')->field('reviewer_id,technical,country,introduction,company,field')->where($aWhere)->buildSql(); // 主查询条件 $iSize = empty($aParam['size']) ? $this->iReviewerNum : $aParam['size'];//每页显示条数