caipin 3 년 전
부모
커밋
8054335b5a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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