shish 2 лет назад
Родитель
Сommit
a3d5c432db
1 измененных файлов с 2 добавлено и 2 удалено
  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);