shish 3 سال پیش
والد
کامیت
bb653f8270
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      app-hd/controllers/GhsController.php

+ 2 - 0
app-hd/controllers/GhsController.php

@@ -220,6 +220,7 @@ class GhsController extends BaseController
             $ghs['tjFl'] = $ghsShop->tjFl ?? 0;
             $ghs['tjFlAmount'] = $ghsShop->tjFlAmount ?? 0;
             $ghs['lsShopId'] = $ghsShop->lsShopId ?? 0;
+            $ghs['presell'] = $ghsShop->presell ?? 0;
 
         } else {
             //没有开店也给显示供货商信息
@@ -244,6 +245,7 @@ class GhsController extends BaseController
                 'showSold' => 0,
                 'buyNotice' => 0,
                 'lsShopId' => 0,
+                'presell' => 0,
             ];
         }
         util::success($ghs);