Browse Source

园区模糊搜索

chenhao 4 years ago
parent
commit
4193521176
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/User.php

+ 1 - 1
application/api/controller/User.php

@@ -963,7 +963,7 @@ class User extends Api
 
         $qiyejia = Db::name('user')->where('company',$user['company'])->where('group_id',2)->where('shenhe_status','>',0)->find();
 
-        if (!$qiyejia) return $this->error('暂未找到此公司详细信息');
+        if (!$qiyejia) return $this->error('暂未找到此公司详细信息','',102);
 
         $uid = $qiyejia['id'];