Commit f5de51a8 authored by hujun's avatar hujun

总监和店长

parent 22f234a3
...@@ -84,7 +84,7 @@ class PushMessageService ...@@ -84,7 +84,7 @@ class PushMessageService
} }
$where['store_id'] = $report_data['report_store_id']; $where['store_id'] = $report_data['report_store_id'];
$where['level'] = 20; $where['level'] = ['in', '20,40'];
$agent_store = $agent->getAgentInfo('id', '', $where); $agent_store = $agent->getAgentInfo('id', '', $where);
// $this->push->public_push_message_for_one($report_data['report_agent_id'], $agent_data['device_id'], $title, $content); // $this->push->public_push_message_for_one($report_data['report_agent_id'], $agent_data['device_id'], $title, $content);
......
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