@@ -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'];