Bladeren bron

feat: 修复账号设置-编辑-手机号没保存的bug

lanjianrong 4 jaren geleden
bovenliggende
commit
b152ef8037
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      services/project_account_service.go

+ 1 - 1
services/project_account_service.go

@@ -302,7 +302,7 @@ func (s *projectAccountService) Save(viewAccount viewmodels.ProjectAccount, id i
 	account.Name = viewAccount.Name
 	account.Company = viewAccount.Company
 	account.Position = viewAccount.Position
-	//account.Mobile = viewAccount.Mobile
+	account.Mobile = viewAccount.Mobile
 	account.Telephone = viewAccount.Telephone
 	account.AccountGroup = viewAccount.AccountGroup