caipin %!s(int64=4) %!d(string=hai) anos
pai
achega
8054335b5a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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