Commit 03a241da authored by zhuwei's avatar zhuwei

业绩明细加入成交价格

parent afca219f
......@@ -96,6 +96,7 @@ class PerformanceInfo extends Basic
$field .= 'Obargain.scale_fee,';
$field .= 'Obargain.order_id,';
$field .= 'Obargain.role,';
$field .= 'Obargain.price,';
$field .= 'Agent.name,';
$field .= 'Agent.phone,';
$field .= 'Store.store_name,';
......
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