shish 3 년 전
부모
커밋
391c60286f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app-hd/controllers/GhsController.php

+ 1 - 1
app-hd/controllers/GhsController.php

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