@ -644,8 +644,31 @@ class AggregateFinanceStatementController extends ThinkController
$data['pay_company'] = $data['first_party_info'];
}
$this->doAddOperationLog($id,"导出");
$relation = M("company_relation","tab_")->where("(first_company_id={$data['channel_id']} and first_company_type=3) or (second_company_id = {$data['channel_id']} and second_company_type=3)")->find();