Commit cc03f9e6 authored by hujun's avatar hujun

user_type=0

parent ade31a3a
......@@ -600,6 +600,7 @@ class CallPhoneService
'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['user_type'] = 0;
$num = $secret_model->getTotal($bind_where);
//用户
if ($num > 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