Commit 04c42a0a authored by hujun's avatar hujun

father_id=0

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