|
@@ -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'),
|