fix: 项目信息显示问题

This commit is contained in:
2026-03-18 17:06:08 +08:00
parent 128f56d695
commit 5364df097b
3 changed files with 193 additions and 6 deletions

View File

@@ -321,7 +321,7 @@ class User extends Common
$ret['company'] = "上海诺力智能科技有限公司";
}
$ret['id'] = $login_id;
$ret['name'] = $res['user_name'];
// $ret['name'] = $res['user_name'];
}
//客户
if (2 == $res['user_type'])
@@ -333,9 +333,9 @@ class User extends Common
->field('i.contacts_name as name, i.contacts_idcard as idcard, c.company_name as company')
->find();
$ret['id'] = $login_id;
$ret['name'] = $res['user_name'];
// $ret['name'] = $res['user_name'];
}
$ret['name'] = $res['user_name'];
}
return $ret;