fix:项目管理功能需求
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user