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