- 在ebai.RefreshComment中GetEleCommentList错误继续

This commit is contained in:
gazebo
2019-03-13 15:38:39 +08:00
parent 14a8c58239
commit 7181861a09

View File

@@ -53,8 +53,8 @@ func (c *PurchaseHandler) RefreshComment(fromTime, toTime time.Time) (err error)
orderCommentList = append(orderCommentList, orderComment)
}
} else {
globals.SugarLogger.Warnf("RefreshComment stepFromTime:%s, stepToTime:%s failed with error:%v", utils.Time2Str(stepFromTime), utils.Time2Str(stepToTime), err)
break //?
// globals.SugarLogger.Warnf("RefreshComment stepFromTime:%s, stepToTime:%s failed with error:%v", utils.Time2Str(stepFromTime), utils.Time2Str(stepToTime), err)
// break //?
}
if stepToTime.Sub(toTime) == 0 {
break