modify log

This commit is contained in:
lianghuanjie
2025-01-10 14:18:03 +08:00
parent a6efc2236a
commit e9f237ee7c

View File

@@ -81,7 +81,7 @@ func (l *StakeSettleLogic) StakeSettle() {
// 二测质押未提取的用户
oldStakeNfts, err := l.svcCtx.OldStakeNftModel.AllStakeNft(l.ctx)
if err != nil {
logx.Errorw("get all stake nft failed", logx.Field("err", err))
logx.Errorw("get all old stake nft failed", logx.Field("err", err))
} else {
for _, s := range oldStakeNfts {
if utils.IsBigTarot(cast.ToString(s.TokenId)) {