Commit 2a3e1929 authored by zhuwei's avatar zhuwei

修改

parent 3d501c75
...@@ -61,7 +61,7 @@ class PhoneFollowUpService ...@@ -61,7 +61,7 @@ class PhoneFollowUpService
} }
if (empty($start_time) || empty($end_time)) { if (empty($start_time) || empty($end_time)) {
return false; return ['code'=>'101','data'=>'时间不能为空'];
} else { } else {
$where['create_time'] = ['between', [$start_time . ' 00:00:00', $end_time . ' 23:59:59']]; $where['create_time'] = ['between', [$start_time . ' 00:00:00', $end_time . ' 23:59:59']];
} }
......
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