Commit 78d87ddb authored by hujun's avatar hujun

成交报告状态

parent 69333579
...@@ -3451,6 +3451,7 @@ class Finance extends Basic ...@@ -3451,6 +3451,7 @@ class Finance extends Basic
} }
$where['a.type'] = $type; $where['a.type'] = $type;
$where['b.status'] = ['in', '10,11,13'];
$price = $m_pay->sumBargainPrice('a.real_money', $where); //未开业中介费 $price = $m_pay->sumBargainPrice('a.real_money', $where); //未开业中介费
return empty($price) ? '' : $price; return empty($price) ? '' : $price;
} }
...@@ -3472,6 +3473,7 @@ class Finance extends Basic ...@@ -3472,6 +3473,7 @@ class Finance extends Basic
} }
$where['a.type'] = $type; $where['a.type'] = $type;
$where['b.status'] = ['in', '10,11,13'];
$price = $m_pay->sumBargainPrice('a.refund_money', $where); //未开业中介费 $price = $m_pay->sumBargainPrice('a.refund_money', $where); //未开业中介费
} else { } else {
$where['type'] = $type; $where['type'] = $type;
......
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