Commit d6904f6e authored by hujun's avatar hujun

1

parent b0292e1f
......@@ -681,6 +681,7 @@ class PushMessageService
$m_agent = new AAgents();
$where['store_id'] = $agent_data['store_id'];
$where['level'] = ['in', '20,40'];
$where['id'] = ['<>', $agent_id];
$where['status'] = 0;
$store_agent_id = $m_agent->getFieldOneValue('id', $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