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