shish 3 жил өмнө
parent
commit
15eb08287f

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