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))
 	}