排查2D周期sortedSet周期间隔不统一的问题

This commit is contained in:
zhangkun9038@dingtalk.com 2025-01-19 04:46:48 +08:00
parent 5c4fdc8e9e
commit e51c02a80c

View File

@ -193,7 +193,7 @@ func (core *Core) SaveCandle(instId string, period string, rsp *CandleData, dura
if !cs.Enabled {
continue
}
logrus.Warn("fetch segments2: cs.Seg", cs.Seg, ", period:", period)
logrus.Warn("fetch segments2: cs.Seg: ", cs.Seg, ", period:", period, ", cs.Seg == period: ", (cs.Seg == period))
if cs.Seg == period {
curSegStartTime = cs.StartTime