This commit is contained in:
wh_zcy 2023-02-10 19:23:53 +08:00
parent 618a3fae6b
commit c0b181b1dc

View File

@ -3,6 +3,7 @@ package friend
import (
"go_dreamfactory/comm"
"go_dreamfactory/lego/core"
"go_dreamfactory/lego/sys/log"
"go_dreamfactory/modules"
"go_dreamfactory/pb"
"go_dreamfactory/sys/configure"
@ -81,6 +82,9 @@ func (this *ModelFriendQiecuo) updateQiecuoRecord(uid, targetUid, matchId string
this.moduleFriend.Errorln(err)
return err
}
this.moduleFriend.Debug("更新切磋",
log.Field{Key: "uid", Value: uid},
log.Field{Key: "matchId", Value: matchId})
}
return nil