Commit 9186e686 authored by hujun's avatar hujun

daily_end_time

parent 08440bd9
......@@ -3129,7 +3129,7 @@ class Finance extends Basic
}
if (!empty($this->params['daily_end_time']) && !empty($this->params['daily_start_time'])) {
$where['daily_date'] = [ 'between time', [ $this->params['start_time'], $this->params['daily_end_time']] ];
$where['daily_date'] = [ 'between time', [ $this->params['daily_end_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