Commit 1fc6339e authored by hujun's avatar hujun

统计

parent 2fd0382e
......@@ -3650,10 +3650,7 @@ class Finance extends Basic
$m_pay = new ORefundModel();
if ($is_bargain) {
if ($is_open) {
$where['b.is_open'] = $is_open;
}
$where['b.is_open'] = $is_open;
$where['a.type'] = $type;
$where['b.status'] = ['in', '10,11,13'];
$where['b.father_id'] = 0;
......
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