Commit 7960fb6b authored by zhuwei's avatar zhuwei

bug

parent 7f1f1646
......@@ -35,7 +35,7 @@ class PerformanceInfo extends Basic
$where=[];
/*开始结束时间*/
if (($this->params['create_time_start'] != NULL) && ($this->params['create_time_end'] != NULL)) {
$where['create_time'] = ['between time', [$this->params['create_time_start'] . ' 00:00:00'], $this->params['create_time_end'] . ' 23:59:59'];
$where['Obargain.create_time'] = ['between time', [$this->params['create_time_start'] . ' 00:00:00'], $this->params['create_time_end'] . ' 23:59:59'];
}
if ($this->params['shop_type'] != NULL) {
......
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