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