只收到一条消息问题的修复

This commit is contained in:
zhangkun9038@dingtalk.com 2024-12-17 10:52:02 +08:00
parent e760e72702
commit a86c5fc4cf

View File

@ -215,6 +215,7 @@ func GetRangeCandleSortedSet(cr *core.Core, setName string, count int, from time
logrus.Warning("移出过期的引用数量:", setName, count, "ZRemRangeByScore ", setName, 0, strconv.FormatInt(oti, 10))
}
logrus.Info("ZRevRangeByScore ", setName, opt)
fmt.Println("any: ", any)
ary, err = cli.ZRevRangeByScore(setName, opt).Result()
if err != nil {
return &cdl, err