Commit e0678b29 authored by hujun's avatar hujun

1

parent bddd8497
...@@ -262,7 +262,7 @@ class PrivacyNumber ...@@ -262,7 +262,7 @@ class PrivacyNumber
if ($params['duration'] > 0 && $date['users_id']) { if ($params['duration'] > 0 && $date['users_id']) {
if (!empty($agents_id)) { if (!empty($agents_id)) {
$site_id = Db::table('a_agents_phone')->where('id', $agents_id)->value('site_id'); $site_id = Db::table('a_agents')->where('id', $agents_id)->value('site_id');
} }
if (!empty($site_id)) { if (!empty($site_id)) {
......
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