|  | @ -12,7 +12,7 @@ class ArticleController extends BaseController | 
		
	
		
			
				|  |  |      |  |  |      | 
		
	
		
			
				|  |  |     //获取账号集合
 |  |  |     //获取账号集合
 | 
		
	
		
			
				|  |  |     public function expertList($isJson = true){ |  |  |     public function expertList($isJson = true){ | 
		
	
		
			
				|  |  |         $experts = Expert::field(['id', 'name', 'platform_name'])->select()->map(function($expert){ |  |  |  | 
		
	
		
			
				|  |  |  |  |  |         $experts = Expert::field(['id', 'name', 'platform_name'])->where('is_dis',0)->select()->map(function($expert){ | 
		
	
		
			
				|  |  |             $expert['showName'] = $expert['name'] . '_' . $expert['platform_name']; |  |  |             $expert['showName'] = $expert['name'] . '_' . $expert['platform_name']; | 
		
	
		
			
				|  |  |              |  |  |              | 
		
	
		
			
				|  |  |             return $expert; |  |  |             return $expert; | 
		
	
	
		
			
				|  | 
 |