Commit 9f548938 authored by hujun's avatar hujun

统计去除删除状态

parent 5c981e50
......@@ -3634,6 +3634,7 @@ class Finance extends Basic
$where['a.type'] = $type;
$where['b.status'] = ['in', '10,11,13'];
$where['b.father_id'] = 0;
$where['a.is_del'] = 0;
$price = $m_pay->sumBargainPrice('a.real_money', $where); //未开业中介费
return empty($price) ? '' : $price;
}
......
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