|
@@ -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
|