shish 3 жил өмнө
parent
commit
b66155599f

+ 1 - 3
biz-hd/notice/classes/NoticeClass.php

@@ -33,8 +33,6 @@ class NoticeClass extends BaseClass
         $num = $clear->num ?? 0;
         $actPrice = $clear->actPrice ?? 0;
         $ghsName = $clear->ghsName ?? '没有';
-        $ghsShopName = $clear->ghsShopName ?? '门店';
-        $name = $ghsName . ' ' . $ghsShopName;
         if (!empty($staffList)) {
             $ids = array_column($staffList, 'adminId');
             if (!empty($ids)) {
@@ -44,7 +42,7 @@ class NoticeClass extends BaseClass
                         $miniOpenId = $admin['miniOpenId'] ?? '';
                         if (!empty($miniOpenId)) {
                             $msg = [
-                                "thing5" => ["value" => $name],
+                                "thing5" => ["value" => $ghsName],
                                 "short_thing2" => ["value" => $num . "笔"],
                                 "amount3" => ["value" => $actPrice],
                                 "thing4" => ["value" => "点击帮我结下款哦"],