Commit f7ea1326 authored by hujun's avatar hujun

[]

parent b542527c
...@@ -61,7 +61,7 @@ class PayLogOpenService ...@@ -61,7 +61,7 @@ class PayLogOpenService
$leaderId = $verifyService->getLeaderIdByAgentId($agent_id); $leaderId = $verifyService->getLeaderIdByAgentId($agent_id);
if($leaderId > 0){ if($leaderId > 0){
$push_service = new PushMessageService(); $push_service = new PushMessageService();
$push_service->record(13, 0, $leaderId, 0, ['message' => "有业务员提交了开业申请,请及时审核"]); $push_service->record(13, 0, [$leaderId], 0, ['message' => "有业务员提交了开业申请,请及时审核"]);
} }
} }
return $return_id; return $return_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