OA-关联-导出

master
zhanglingsheng 5 years ago
parent 476ea0c889
commit 3e8cfab9d0

@ -4754,6 +4754,9 @@ if ($key == 'model'){
$map['id']=array('in',$zid);
}
$map['level'] = I('promote_level');
if(I('oa_associated',-1) != -1) {
$map['oa_associated'] = I('oa_associated');
}
}

Loading…
Cancel
Save