|
|
@@ -159,7 +159,8 @@ class GhsController extends BaseController
|
|
|
$info['xrFlAmount'] = $ghsShop->xrFlAmount ?? 0;
|
|
|
$info['tjFl'] = $ghsShop->tjFl ?? 0;
|
|
|
$info['tjFlAmount'] = $ghsShop->tjFlAmount ?? 0;
|
|
|
- $info['packCost'] = $ghsShop->packCost ?? 0;
|
|
|
+ $info['packCost'] = $ghsShop->packCost ? floatval($ghsShop->packCost) : 0;
|
|
|
+ $info['lackExpend'] = $ghsShop->lackExpend ? floatval($ghsShop->lackExpend) : 0;
|
|
|
$info['buyNotice'] = $ghsShop->buyNotice ?? 0;
|
|
|
$info['lsShopId'] = $ghsShop->lsShopId ?? 0;
|
|
|
//预订单的最低公斤数和每公斤服务费
|