正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -724,6 +724,7 @@ class User extends Api | @@ -724,6 +724,7 @@ class User extends Api | ||
724 | // 插入数据 | 724 | // 插入数据 |
725 | $data = [ | 725 | $data = [ |
726 | 'company_name' => $company_name, | 726 | 'company_name' => $company_name, |
727 | + 'username' => $username, | ||
727 | 'company_mobile' => $company_mobile, | 728 | 'company_mobile' => $company_mobile, |
728 | 'tax_number' => $tax_number, | 729 | 'tax_number' => $tax_number, |
729 | 'company_address' => $company_address, | 730 | 'company_address' => $company_address, |
-
请 注册 或 登录 后发表评论