Jelajahi Sumber

下架优化

shish 2 tahun lalu
induk
melakukan
a3d5c432db
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      biz-ghs/notify/classes/NotifyClass.php

+ 2 - 2
biz-ghs/notify/classes/NotifyClass.php

@@ -36,11 +36,11 @@ class NotifyClass extends BaseClass
                     'mainId' => $mainId,
                     'shopId' => $shopId,
                     'staffId' => $staffId,
-                    'title' => '预订减少下架花材',
+                    'title' => '预订减少',
                     'type' => 2,
                     'targetId' => $id,
                     'read' => 0,
-                    'content' => '请下架' . $customName . '(' . $seatSn . ')' . $itemName . $num . '份',
+                    'content' => '请下架' . $customName . '(' . $seatSn . ')' . $itemName . '【' . $num . '】' . '份',
                     'page' => '/admin/book/itemCustom?itemId=' . $itemId . '&itemName=' . $itemName,
                 ];
                 self::add($data);