diff --git a/Application/Payment/Controller/PaymentController.class.php b/Application/Payment/Controller/PaymentController.class.php index 51c7823fd..08f953372 100644 --- a/Application/Payment/Controller/PaymentController.class.php +++ b/Application/Payment/Controller/PaymentController.class.php @@ -93,7 +93,7 @@ class PaymentController extends BaseController } if (isset($_REQUEST['export']) && $_REQUEST['export']==1) { - $map['s.company_type'] = $_REQUEST['export_company_type']; +// $map['s.company_type'] = $_REQUEST['export_company_type']; $data = M("company_statement_info","tab_") ->alias('s') ->field("s.*,p.statement_num statement_pool_num")