Commit fecef142 authored by hujun's avatar hujun

type

parent 5d6e45c9
......@@ -994,8 +994,11 @@ class Finance extends Basic
} else {
$where['f.is_open'] = 0;
}
if (!isset($where['a.type'])) {
$where['a.type'] = ['in', '4,5'];
}
}
$fields = 'a.create_time,a.id,a.order_id,a.pay_log_id,a.refund_money,a.type,a.agent_id,a.agent_name,b.house_id,a.status,';
......
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