Forráskód Böngészése

园区模糊搜索

chenhao 4 éve
szülő
commit
4193521176
1 módosított fájl, 1 hozzáadás és 1 törlés
  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'];