|
|
@@ -1260,8 +1260,8 @@ func DownloadCloudBrainBoard(ctx *context.Context) { |
|
|
|
Type: models.TypeCloudBrainAll, |
|
|
|
BeginTimeUnix: int64(recordBeginTime), |
|
|
|
EndTimeUnix: endTime.Unix(), |
|
|
|
AccCardsNum: models.AccCardsNumAll, |
|
|
|
}) |
|
|
|
log.Info("totalcountisis:", total) |
|
|
|
|
|
|
|
if err != nil { |
|
|
|
log.Warn("Can not get cloud brain info", err) |
|
|
@@ -1290,6 +1290,7 @@ func DownloadCloudBrainBoard(ctx *context.Context) { |
|
|
|
BeginTimeUnix: int64(recordBeginTime), |
|
|
|
EndTimeUnix: endTime.Unix(), |
|
|
|
NeedRepoInfo: true, |
|
|
|
AccCardsNum: models.AccCardsNumAll, |
|
|
|
}) |
|
|
|
if err != nil { |
|
|
|
log.Warn("Can not get cloud brain info", err) |
|
|
|