|
|
@ -93,7 +93,7 @@ class PaymentController extends BaseController
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (isset($_REQUEST['export']) && $_REQUEST['export']==1) {
|
|
|
|
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_")
|
|
|
|
$data = M("company_statement_info","tab_")
|
|
|
|
->alias('s')
|
|
|
|
->alias('s')
|
|
|
|
->field("s.*,p.statement_num statement_pool_num")
|
|
|
|
->field("s.*,p.statement_num statement_pool_num")
|
|
|
|