Commit 39ad74b2 authored by hujun's avatar hujun

1

parent 64303a19
......@@ -881,6 +881,7 @@ class Finance extends Basic
$where = [];
$where['a.confirm_status'] = 1;
$where['a.is_del'] = 0;
$where['b.status'] = ['in','10,11,13'];
if (!empty($this->params['create_time']) && empty($this->params['end_time'])) {
$where['f.income_time'] = [ '>= time', $this->params['create_time'] . ' 00:00:00' ];
}
......
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