Commit 42d8a711 authored by zw's avatar zw

name

parent a11c2e09
......@@ -94,10 +94,9 @@ class PhoneFollowUpService
}
}
$start_time = strtotime($start_time);
$end_time = strtotime($end_time);
$date = date("Y-m-d", time());
if ($start_time == $end_time) {
if ($start_time >= $date && $start_time <= $date . " 23:59:59" ) {
$data = $this->phoneFollowUpTemporary->getFollowList($page_no, $page_size, $order_ = 'id desc', $field, $where);
} else {
$data = $this->phoneFollowUp->getFollowListV2($page_no, $page_size, $where, $field);
......
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