From 4f178b79bc6c3ce44b351e5c01a649d6e0f6ddef Mon Sep 17 00:00:00 2001 From: chengxl Date: Tue, 14 Oct 2025 09:14:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=A1=E5=AF=B9=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Proofread.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/application/api/controller/Proofread.php b/application/api/controller/Proofread.php index 2dc93d0..d287db8 100644 --- a/application/api/controller/Proofread.php +++ b/application/api/controller/Proofread.php @@ -538,9 +538,6 @@ class Proofread extends Base } //查询校对内容 - if(!empty($iAmId)){ - $aWhere['am_id'] = $iAmId; - } $iState = empty($aParam['state']) ? 2 : explode(',', $aParam['state']); if(!empty($iState)){ $aWhere['state'] = ['in',$iState];