likang 2 년 전
부모
커밋
debbf7a6e7
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      catch/wind/model/search/FanSearch.php
  2. 1 0
      catch/wind/route.php

+ 1 - 1
catch/wind/model/search/FanSearch.php

@@ -11,7 +11,7 @@ trait FanSearch
     {
         return $query->where('wind_id',$value);
     }
-
+    
 
 
 

+ 1 - 0
catch/wind/route.php

@@ -16,4 +16,5 @@ $router->group(function () use ($router){
 	$router->get('wind/getWindOptions', '\catchAdmin\wind\controller\Wind@getWindOptions');
 	$router->resource('wind', '\catchAdmin\wind\controller\Wind');
 	$router->resource('fan', '\catchAdmin\wind\controller\Fan');
+	$router->get('fan/getFanListById','\catchAdmin\wind\controller\Fan@getList');
 })->middleware('auth');