Commit 0375a5d7 authored by hujun's avatar hujun

create_time

parent bdd01c85
......@@ -4256,7 +4256,7 @@ class Finance extends Basic
if (!strtotime($this->params['create_start_time']) || !strtotime($this->params['create_end_time'])) {
return $this->response(101, '时间格式错误');
}
$where['create_time'] = ['between', [$this->params['start_time'].' 00:00:00', $this->params['end_time']. ' 23:59:59']];
$where['create_time'] = ['between', [$this->params['create_start_time'].' 00:00:00', $this->params['create_end_time']. ' 23:59:59']];
}
if (empty($where)) {
......
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