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