From 3e8cfab9d0f306956c80647014d9b27f5163021d Mon Sep 17 00:00:00 2001 From: zhanglingsheng Date: Tue, 26 Nov 2019 21:00:52 +0800 Subject: [PATCH] =?UTF-8?q?OA-=E5=85=B3=E8=81=94-=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/ExportController.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Application/Admin/Controller/ExportController.class.php b/Application/Admin/Controller/ExportController.class.php index a68b8924e..544cd3208 100644 --- a/Application/Admin/Controller/ExportController.class.php +++ b/Application/Admin/Controller/ExportController.class.php @@ -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'); + } }