|
@@ -1141,13 +1141,13 @@ func (t *OwnerService) CandidateChannel() (*ResultDatas, int, int, int, int) {
|
|
|
agency = append(agency, common.ObjToString(m["name"]))
|
|
|
}
|
|
|
}
|
|
|
+ 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]
|
|
|
}
|
|
|
- logx.Info("CandidateChannel LastTimeCoopBath start ", t.PositionId, " ", len(buyerIds), " ", len(winners), " ", len(agency))
|
|
|
ltcs1, ltcs2 := LastTimeCoopBath(t.PositionId, buyerIds, winners, agency)
|
|
|
logx.Info("CandidateChannel LastTimeCoopBath over ", t.PositionId)
|
|
|
pool := make(chan bool, 3)
|