caipin 3 years ago
parent
commit
8054335b5a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      services/jl_service.go

+ 1 - 0
services/jl_service.go

@@ -338,6 +338,7 @@ func (s *JlService) AccountUpdate(claimsData *viewmodels.Jl) error {
 	updateField := []string{"account"}
 
 	account.Id = accountData.Id
+	account.ProjectId = projectInfo.Id
 	account.Account = claimsData.NewAccount
 	if err := s.accountDao.Update(&account, updateField); err != nil {
 		return err