Commit b356a13a authored by hujun's avatar hujun

<

parent 66c5e57e
......@@ -144,7 +144,7 @@ class PrivacyNumber
if (empty($param['date']) && $is_today) {
$date = date('Y-m-d H:i:s', time() - 5400); //录音生成时间15分钟左右
$where['create_time'] = [ '>', $date ];
$where['create_time'] = [ '<', $date ];
}
$fields = 'id,call_id,call_time,voice_file,type,record_down,mp3_url,create_time';
$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