Commit fbb32af7 authored by hujun's avatar hujun

agent_name

parent e177cc20
......@@ -122,6 +122,11 @@ class Collection extends Basic
$is_show = 1;
}
if (!empty($this->params['agent_name'])) {
$where['a.agent_name'] = ['like','%'.$this->params['agent_name'].'%'];
$is_show = 1;
}
if (empty($this->params['excel'])) {
$field = 'a.id,a.father_id,a.order_id,a.create_time,c.user_name,c.user_phone,a.money,a.real_money,a.pay_type,
a.house_number,a.type,d.internal_title,d.internal_address,a.source,a.transaction_fee,c.report_agent_phone,
......
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