caipin 4 년 전
부모
커밋
393c7115a7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      services/project_account_service.go

+ 1 - 1
services/project_account_service.go

@@ -251,7 +251,7 @@ func (s *projectAccountService) GetBidAccount(bidsectionId int, projectId int, p
 	// 组合账号ID集合
 	idList := []string{}
 	// 管理员账号-可能不必要
-	// idList = append(idList, strconv.Itoa(projectAccountId))
+	idList = append(idList, strconv.Itoa(projectAccountId))
 	for _, item := range bidAccountData {
 		idList = append(idList, strconv.Itoa(item.AccountId))
 	}