- 在ebai.RefreshComment中GetEleCommentList错误继续
This commit is contained in:
@@ -53,8 +53,8 @@ func (c *PurchaseHandler) RefreshComment(fromTime, toTime time.Time) (err error)
|
|||||||
orderCommentList = append(orderCommentList, orderComment)
|
orderCommentList = append(orderCommentList, orderComment)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
globals.SugarLogger.Warnf("RefreshComment stepFromTime:%s, stepToTime:%s failed with error:%v", utils.Time2Str(stepFromTime), utils.Time2Str(stepToTime), err)
|
// globals.SugarLogger.Warnf("RefreshComment stepFromTime:%s, stepToTime:%s failed with error:%v", utils.Time2Str(stepFromTime), utils.Time2Str(stepToTime), err)
|
||||||
break //?
|
// break //?
|
||||||
}
|
}
|
||||||
if stepToTime.Sub(toTime) == 0 {
|
if stepToTime.Sub(toTime) == 0 {
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user