linwu hace 4 meses
padre
commit
b0cb096bef
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.'%'];