linwu 4 달 전
부모
커밋
b0cb096bef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Http/Controllers/Mobile/Ic/AttractController.php

+ 1 - 1
app/Http/Controllers/Mobile/Ic/AttractController.php

@@ -14,7 +14,7 @@ class AttractController extends MobileBaseController
         $key  = $request->get('key', '');
         $where = [
             ['is_display','=',1],
-            ['type_id','=',65],
+            ['type_id','=',67],
         ];
         if (!empty($key)) {
             $where[] = ['title','like','%'.$key.'%'];