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