fix:项目管理功能需求

This commit is contained in:
ldjun
2026-03-18 14:02:51 +08:00
parent 26f71a4834
commit b7a7e27a53
9 changed files with 125 additions and 36 deletions

View File

@@ -42,7 +42,7 @@ class User extends Common
->find();
if ($ret != null)
{
$ret['company'] = "苏州维达奇智能科技有限公司";
$ret['company'] = "上海诺力智能科技有限公司";
}
}
//客户
@@ -318,7 +318,7 @@ class User extends Common
->find();
if ($ret != null)
{
$ret['company'] = "苏州维达奇智能科技有限公司";
$ret['company'] = "上海诺力智能科技有限公司";
}
$ret['id'] = $login_id;
$ret['name'] = $res['user_name'];