Commit f7f8e3ea authored by hujun's avatar hujun

搜索2

parent 2a5c1d13
......@@ -3235,7 +3235,7 @@ class Finance extends Basic
}
if (!empty($this->params['daily_end_time']) && !empty($this->params['daily_start_time'])) {
$where['a.daily_date'] = [ 'between time', [ $this->params['daily_end_time'], $this->params['daily_end_time']] ];
$where['a.daily_date'] = [ 'between time', [ $this->params['daily_start_time'], $this->params['daily_end_time']] ];
}
if (!empty($this->params['store_id'])) {
......
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