shish 2 жил өмнө
parent
commit
ebd4e51a1f

+ 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);