|
@@ -195,6 +195,7 @@ class GhsClass extends BaseClass
|
|
|
$list[$key]['tjFlAmount'] = $tjFlAmount;
|
|
$list[$key]['tjFlAmount'] = $tjFlAmount;
|
|
|
$list[$key]['miniKilo'] = $shopInfo[$currentShopId]['miniKilo'] ?? 0;
|
|
$list[$key]['miniKilo'] = $shopInfo[$currentShopId]['miniKilo'] ?? 0;
|
|
|
$list[$key]['kiloFee'] = $shopInfo[$currentShopId]['kiloFee'] ?? 0;
|
|
$list[$key]['kiloFee'] = $shopInfo[$currentShopId]['kiloFee'] ?? 0;
|
|
|
|
|
+ $list[$key]['presell'] = $shopInfo[$currentShopId]['presell'] ?? 0;
|
|
|
$isOpen = 0;
|
|
$isOpen = 0;
|
|
|
if (isset($shopInfo[$currentShopId])) {
|
|
if (isset($shopInfo[$currentShopId])) {
|
|
|
$isOpen = ShopClass::isOpen($shopInfo[$currentShopId]);
|
|
$isOpen = ShopClass::isOpen($shopInfo[$currentShopId]);
|