校对功能

This commit is contained in:
chengxl
2025-10-14 09:14:46 +08:00
parent 5302466623
commit 4f178b79bc

View File

@@ -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];