Sfoglia il codice sorgente

园区模糊搜索

chenhao 4 anni fa
parent
commit
4193521176
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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'];