Commit 7774f6a7 authored by hujun's avatar hujun

call_time

parent 0db1764f
...@@ -564,7 +564,7 @@ class CallPhoneService ...@@ -564,7 +564,7 @@ class CallPhoneService
$start_time = $end_time - 3600; $start_time = $end_time - 3600;
$save_follow['content'] = '拨打电话,未打跟进。'; $save_follow['content'] = '拨打电话,未打跟进。';
$follow_where['create_time'] = $bind_where['create_time'] = [ $follow_where['call_time'] = $bind_where['create_time'] = [
'between', [date('Y-m-d H:i:s', $start_time), date('Y-m-d H:i:s',$end_time)] 'between', [date('Y-m-d H:i:s', $start_time), date('Y-m-d H:i:s',$end_time)]
]; ];
$bind_where['time'] = ['>', 0]; $bind_where['time'] = ['>', 0];
......
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