shish 3 лет назад
Родитель
Сommit
15eb08287f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      biz-hd/notice/classes/NoticeClass.php

+ 2 - 2
biz-hd/notice/classes/NoticeClass.php

@@ -32,8 +32,8 @@ class NoticeClass extends BaseClass
         }
         $num = $clear->num ?? 0;
         $actPrice = $clear->actPrice ?? 0;
-        $ghsName = $clear->ghsName ?? '';
-        $ghsShopName = $clear->ghsShopName ?? '';
+        $ghsName = $clear->ghsName ?? '没有';
+        $ghsShopName = $clear->ghsShopName ?? '门店';
         $name = $ghsName . ' ' . $ghsShopName;
         if (!empty($staffList)) {
             $ids = array_column($staffList, 'adminId');