Commit 25d372b9 authored by hujun's avatar hujun

0

parent 60a5552d
......@@ -86,7 +86,7 @@ class AppointmentTime extends Basic
$m_user = new Users();
$m_site = new ASite();
$site_id = $m_site->getSiteById('id', ['city'=>$this->user_city]);
$site_id = $m_site->getSiteById('id', 0,['city'=>$this->user_city]);
$user_where['a.id'] = $this->userId;
$user_where['b.site_id'] = $site_id;
$appoint_agent_id = $m_user->getAgentByCity('c.id', $user_where);
......
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