Commit 1dd78864 authored by hujun's avatar hujun

type

parent 0375a5d7
...@@ -2998,7 +2998,10 @@ class Finance extends Basic ...@@ -2998,7 +2998,10 @@ class Finance extends Basic
} else { } else {
$where['f.is_open'] = 0; $where['f.is_open'] = 0;
} }
$where['a.type'] = ['in', '91,92'];
if (!isset($where['a.type'])) {
$where['a.type'] = ['in', '91,92'];
}
$is_show = 1; $is_show = 1;
} }
......
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