add log
This commit is contained in:
parent
618a3fae6b
commit
c0b181b1dc
@ -3,6 +3,7 @@ package friend
|
|||||||
import (
|
import (
|
||||||
"go_dreamfactory/comm"
|
"go_dreamfactory/comm"
|
||||||
"go_dreamfactory/lego/core"
|
"go_dreamfactory/lego/core"
|
||||||
|
"go_dreamfactory/lego/sys/log"
|
||||||
"go_dreamfactory/modules"
|
"go_dreamfactory/modules"
|
||||||
"go_dreamfactory/pb"
|
"go_dreamfactory/pb"
|
||||||
"go_dreamfactory/sys/configure"
|
"go_dreamfactory/sys/configure"
|
||||||
@ -81,6 +82,9 @@ func (this *ModelFriendQiecuo) updateQiecuoRecord(uid, targetUid, matchId string
|
|||||||
this.moduleFriend.Errorln(err)
|
this.moduleFriend.Errorln(err)
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
this.moduleFriend.Debug("更新切磋",
|
||||||
|
log.Field{Key: "uid", Value: uid},
|
||||||
|
log.Field{Key: "matchId", Value: matchId})
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
Loading…
Reference in New Issue
Block a user