|
@@ -64,9 +64,9 @@ class PoolTalent extends Auth
|
|
|
$query->field('id,headimg');
|
|
|
}])
|
|
|
->paginate();
|
|
|
- if(count($list) < 1){
|
|
|
- $this->error('未匹配到结果',$list);
|
|
|
- }
|
|
|
+// if(count($list) < 1){
|
|
|
+// $this->error('未匹配到结果',$list);
|
|
|
+// }
|
|
|
$this->success('成功',$list);
|
|
|
}
|
|
|
|