chuweiqiang 1 year ago
parent
commit
cea22ca4d9
1 changed files with 3 additions and 3 deletions
  1. 3 3
      app/data/controller/api/auth/PoolTalent.php

+ 3 - 3
app/data/controller/api/auth/PoolTalent.php

@@ -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);
     }