Commit cad97dcc authored by hujun's avatar hujun

财务管理修改

parent e81d6a4e
...@@ -93,7 +93,7 @@ class Finance extends Basic ...@@ -93,7 +93,7 @@ class Finance extends Basic
$where['a.status'] = 21; $where['a.status'] = 21;
break; break;
default : default :
$where['e.audit_level'] = ['NOT IN', '1,2,3']; $where['e.audit_level'] = ['NULL'];
} }
} else { } else {
$where['e.audit_level'] = ['NULL']; $where['e.audit_level'] = ['NULL'];
......
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