shish 4 долоо хоног өмнө
parent
commit
45a823b58f

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

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