modify log
This commit is contained in:
@@ -81,7 +81,7 @@ func (l *StakeSettleLogic) StakeSettle() {
|
|||||||
// 二测质押未提取的用户
|
// 二测质押未提取的用户
|
||||||
oldStakeNfts, err := l.svcCtx.OldStakeNftModel.AllStakeNft(l.ctx)
|
oldStakeNfts, err := l.svcCtx.OldStakeNftModel.AllStakeNft(l.ctx)
|
||||||
if err != nil {
|
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 {
|
} else {
|
||||||
for _, s := range oldStakeNfts {
|
for _, s := range oldStakeNfts {
|
||||||
if utils.IsBigTarot(cast.ToString(s.TokenId)) {
|
if utils.IsBigTarot(cast.ToString(s.TokenId)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user