wangchuanjin 1 gadu atpakaļ
vecāks
revīzija
5fd0a3e70d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      api/internal/service/owner.go

+ 1 - 1
api/internal/service/owner.go

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