fix: 修复bug

This commit is contained in:
2026-03-17 17:11:14 +08:00
parent 3a9e6df891
commit 26f71a4834
6 changed files with 33 additions and 23 deletions

View File

@@ -321,6 +321,7 @@ class User extends Common
$ret['company'] = "苏州维达奇智能科技有限公司";
}
$ret['id'] = $login_id;
$ret['name'] = $res['user_name'];
}
//客户
if (2 == $res['user_type'])
@@ -332,6 +333,7 @@ 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'];
}
}