Commit fecef142 authored by hujun's avatar hujun

type

parent 5d6e45c9
...@@ -994,7 +994,10 @@ class Finance extends Basic ...@@ -994,7 +994,10 @@ class Finance extends Basic
} else { } else {
$where['f.is_open'] = 0; $where['f.is_open'] = 0;
} }
$where['a.type'] = ['in', '4,5'];
if (!isset($where['a.type'])) {
$where['a.type'] = ['in', '4,5'];
}
} }
......
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