Browse Source

商品下线通知消息优化

wufeng 2 years ago
parent
commit
19386f05c4
1 changed files with 4 additions and 0 deletions
  1. 4 0
      app/admin/controller/Goodup.php

+ 4 - 0
app/admin/controller/Goodup.php

@@ -1503,6 +1503,8 @@ class Goodup extends Base
                                 'content' => '商品下线:' . $skuCode . '由' . $creater . '操作下线',
                                 'orderCode' => $skuCode,
                                 'order_type' => 'GOL',
+                                'action_id' => $createrid,
+                                'action_name' => $creater,
                                 'uid' => $itemitem['uid'],
                                 'uname' => $itemitem['nickName'],
                                 'is_read' => 0,
@@ -2771,6 +2773,8 @@ class Goodup extends Base
                         'order_type' => 'GOL',
                         'uid' => $itemitem['uid'],
                         'uname' => $itemitem['nickName'],
+                        'action_id' => $createrid,
+                        'action_name' => $creater,
                         'is_read' => 0,
                         'addtime' => date('Y-m-d H:i:s'),
                         'updatetime' => date('Y-m-d H:i:s'),