|
@@ -208,7 +208,7 @@ func (s *projectAccountService) GetBidAccount(bidsectionId int, projectId int, p
|
|
|
// 管理员账号-可能不必要
|
|
|
// idList = append(idList, strconv.Itoa(projectAccountId))
|
|
|
for _, item := range bidAccountData {
|
|
|
- idList = append(idList, strconv.Itoa(item.BidsectionId))
|
|
|
+ idList = append(idList, strconv.Itoa(item.AccountId))
|
|
|
}
|
|
|
inId := strings.Join(idList, ",")
|
|
|
|