@@ -151,7 +151,7 @@ class GhsController extends BaseController
$info['miniKilo'] = $ghsShop->miniKilo ?? 0;
//杭州斗南鲜花批发 免运费活动
- if ($id == 8053) {
+ if (isset($info['shopId']) && $info['shopId'] == 4608) {
$current = time();
if ($current < strtotime('2023-4-8 00:00:00')) {
$info['hasAct'] = 1;