Commit 42051d82 authored by hujun's avatar hujun

收款去除删除状态

parent 5b76d6bc
......@@ -31,7 +31,7 @@ class Collection extends Basic
$pageNo = empty($this->params['pageNo']) ? 1 : $this->params['pageNo'];
$pageSize = empty($this->params['pageSize']) ? 10 : $this->params['pageSize'];
$where = [];
$where['a.is_del'] = 0;
$is_show = 0;
if (!empty($this->params['start_time']) && empty($this->params['end_time'])) {
$where['a.create_time'] = ['> time',$this->params['start_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