Przeglądaj źródła

Merge remote-tracking branch 'origin/redesign‌-260706' into redesign‌-260706

ouyang 5 dni temu
rodzic
commit
ad7e6d1035
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      biz-hd/custom/classes/CustomClass.php

+ 2 - 1
biz-hd/custom/classes/CustomClass.php

@@ -887,7 +887,7 @@ class CustomClass extends BaseClass
         $name = $user->name ?? '';
         $mobile = $user->mobile ?? '';
         $shopId = $shop->id ?? 0;
-        $mainId = $
+        $mainId = $shop->mainId ?? 0;
         $hdAvatar = $shop->avatar ?? '';
         $sjId = $shop->sjId ?? 0;
         $sjName = $shop->merchantName ?? '';
@@ -980,6 +980,7 @@ class CustomClass extends BaseClass
                 'userId' => $userId,
                 'name' => $hdName,
                 'sjId' => $sjId,
+                'mainId' => $mainId,
                 'customId' => $customId,
                 'avatar' => $hdAvatar,
                 'py' => $hdPy,