Commit 6394f1a0 authored by hujun's avatar hujun

-1

parent ddeec98d
...@@ -743,7 +743,7 @@ class Finance extends Basic ...@@ -743,7 +743,7 @@ class Finance extends Basic
$where['a.is_del'] = 0; $where['a.is_del'] = 0;
if (!empty($this->params['status'])) { if (isset($this->params['status']) && $this->params['status'] != -1) {
$where['a.status'] = $this->params['status']; $where['a.status'] = $this->params['status'];
} }
......
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