Commit 5d72b471 authored by hujun's avatar hujun

//

parent 39753a54
...@@ -133,7 +133,7 @@ class PrivacyNumber ...@@ -133,7 +133,7 @@ class PrivacyNumber
$save_data['time'] = $call_time; $save_data['time'] = $call_time;
if ($call_time > 0) { if ($call_time > 0) {
$key = 'call_back_'.$v['phone_no'].'_'.$v['peer_no'].'_'.date('Y-m-d', strtotime('-1 day')); $key = 'call_back_'.$v['phone_no'].'_'.$v['peer_no'].'_'.date('Y-m-d');
$time = $this->redis->get($key); $time = $this->redis->get($key);
if (empty($time)) { if (empty($time)) {
$end_date = date('Y-m-d H:i:s', time()); $end_date = date('Y-m-d H:i:s', time());
......
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