This commit is contained in:
wh_zcy 2023-02-10 11:56:34 +08:00
parent 19e8175395
commit 08391e2032

View File

@ -45,7 +45,7 @@ func (this *ModelFriendQiecuo) createQiecuoRecord(uid, targetUid string) (*pb.Qi
TargetId: targetUid,
Timestamp: configure.Now().Unix(),
}
if err := this.Add(uid, r); err != nil {
if err := this.Add(uid, qr); err != nil {
this.moduleFriend.Errorln(err)
return nil, err
}