Commit 481eb5d2 authored by hujun's avatar hujun

<>30

parent dae45da1
......@@ -4282,7 +4282,7 @@ class Finance extends Basic
$where['b.is_open'] = $is_open;
$where['a.type'] = $type;
$where['b.status'] = ['in', '10,11,13'];
$where['b.status'] = ['<>', '30'];
$where['b.father_id'] = $where['a.is_del'] = 0;
$where['a.income_time'] = ['between', [$income_time_start, $income_time_end]];
$price = $m_pay->sumBargainPrice('a.money', $where); //未开业中介费
......@@ -4305,7 +4305,7 @@ class Finance extends Basic
if ($is_bargain) {
$where['c.is_open'] = $is_open;
$where['a.type'] = $type;
$where['c.status'] = ['in', '10,11,13'];
$where['c.status'] = ['<>', '30'];
$where['c.father_id'] = $where['a.is_del'] = 0;
$where['b.income_time'] = ['between', [$income_start, $income_end]];
$where['a.status'] = ['<>', 4];
......
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