|
@@ -1142,12 +1142,6 @@ func (t *OwnerService) CandidateChannel() (*ResultDatas, int, int, int, int) {
|
|
|
}
|
|
|
}
|
|
|
logx.Info("CandidateChannel LastTimeCoopBath start ", t.PositionId, " ", len(buyerIds), " ", len(winners), " ", len(agency))
|
|
|
- if len(winners) > 300 {
|
|
|
- winners = winners[:300]
|
|
|
- }
|
|
|
- if len(agency) > 300 {
|
|
|
- agency = agency[:300]
|
|
|
- }
|
|
|
ltcs1, ltcs2 := LastTimeCoopBath(t.PositionId, buyerIds, winners, agency)
|
|
|
logx.Info("CandidateChannel LastTimeCoopBath over ", t.PositionId)
|
|
|
pool := make(chan bool, 3)
|