校对功能
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user