Commit 1220c746 authored by hujun's avatar hujun

实收明细导出

parent 5ca4472e
......@@ -275,7 +275,7 @@ class OfficeFinance extends Basic
$where['e.id'] = $this->params['partial_id'];
}
$field = 'a.id,a.confirm_date,a.practical_fee,b.scale_fee,b.scale,b.role,d.s.address as internal_address,b.agent_id,cash,';
$field = 'a.id,a.confirm_date,a.practical_fee,b.scale_fee,b.scale,b.role,s.address as internal_address,b.agent_id,cash,';
$field .= 'service_charge,charity_fund,real_fee,a.real_income_id,a.should_commission,b.father_id,b.id as bargain_id';
$m_commission = new OfficeOPartialCommission();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment