Commit 5ffe168a authored by clone's avatar clone

1

parent 1a8ffd09
...@@ -137,8 +137,9 @@ class UpdateShopStatusTask ...@@ -137,8 +137,9 @@ class UpdateShopStatusTask
/** /**
* 记录需要推送的消息 * 记录需要推送的消息
* @param $house_id
*/ */
public function recordPushMessage($house_id) private function recordPushMessage($house_id)
{ {
$push_service = new PushMessageService(); $push_service = new PushMessageService();
$push_service->record(1, $house_id, 0, 0); $push_service->record(1, $house_id, 0, 0);
......
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