shish 2 anos atrás
pai
commit
a18a971bc4
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      biz-hd/notify/classes/NotifyClass.php

+ 1 - 1
biz-hd/notify/classes/NotifyClass.php

@@ -35,7 +35,7 @@ class NotifyClass extends BaseClass
                     'type' => 1,
                     'type' => 1,
                     'targetId' => $id,
                     'targetId' => $id,
                     'read' => 0,
                     'read' => 0,
-                    'content' => '从' . $ghsName . '采购的 ' . $productName . ',被归到默认分类',
+                    'content' => $ghsName . '的【' . $productName . '】,被归到默认分类',
                     'page' => '/admin/item/detail?from=1&source=notify&id=' . $id,
                     'page' => '/admin/item/detail?from=1&source=notify&id=' . $id,
                 ];
                 ];
                 self::add($data);
                 self::add($data);