|
@@ -105,7 +105,7 @@ class User extends BaseController{
|
|
|
return app_show(1002,"员工信息不存在");
|
|
|
}
|
|
|
$data = $userinfo['data'];
|
|
|
- $where=[["uid","=", $data['id']],["status","=",1],["is_del","=",1]];
|
|
|
+ $where=[["uid","=", $data['id']],["status","=",1],["is_del","=",0]];
|
|
|
if($post['relaComNo']!=""){
|
|
|
$where[]=["companyNo","=",$post['relaComNo']];
|
|
|
}else{
|