Browse Source

商品下线消息优化

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

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

@@ -1503,6 +1503,7 @@ class Goodup extends Base
                                 'content' => '商品下线:' . $skuCode . '由' . $creater . '操作下线',
                                 'orderCode' => $skuCode,
                                 'order_type' => 'GOL',
+                                'order_status' => 8,
                                 'action_id' => $createrid,
                                 'action_name' => $creater,
                                 'uid' => $itemitem['uid'],
@@ -2771,6 +2772,7 @@ class Goodup extends Base
                         'content' => '商品下线:' . $skuCode . '由' . $creater . '操作下线',
                         'orderCode' => $skuCode,
                         'order_type' => 'GOL',
+                        'order_status' => 8,
                         'uid' => $itemitem['uid'],
                         'uname' => $itemitem['nickName'],
                         'action_id' => $createrid,