tracebug of insertPlate

This commit is contained in:
zhangkun9038@dingtalk.com 2025-01-15 01:19:32 +08:00
parent 86d275c85b
commit 534733249a
2 changed files with 7 additions and 7 deletions

View File

@ -225,4 +225,4 @@ func (mcd MyCandle) GetSetCandleInfo(cr *core.Core, newPeriod string, ts int64)
return cd.Data
}
}
}
}v0.1.102-0.20250114162456-b9d1cb390c17

View File

@ -288,12 +288,12 @@ func GetRangeCandleSortedSet(cr *core.Core, setName string, count int, from time
if err != nil || len(keyAry) == 0 {
logrus.Warning("no record with cmd: ZRevRangeByScore ", "setName: ", setName, " from: ", froms, " sts: ", sts, " err:", err.Error())
logrus.Warning("zrev lens of ary: lens: ", len(ary), "GetRangeSortedSet ZRevRangeByScore:", "setName:", setName, " opt.Max:", opt.Max, " opt.Min:", opt.Min)
go func() {
parts := strings.Split(setName, "|")
instId := parts[1]
period, _ := extractString(setName)
InvokeCandle(cr, instId, period, fromt, sti)
}()
// go func() {
// parts := strings.Split(setName, "|")
// instId := parts[1]
// period, _ := extractString(setName)
// InvokeCandle(cr, instId, period, fromt, sti)
// }()
return &cdl, err
}
for _, str := range keyAry {