conversation

test-errcode
wangchuxiao 2 years ago
parent 886f59e19d
commit 4bcad908da

@ -110,6 +110,7 @@ func (c *ConversationDataBase) SyncPeerUserPrivateConversationTx(ctx context.Con
if err != nil {
return err
}
log.ZDebug(ctx, "SyncPeerUserPrivateConversationTx", "rows", rows, "v", v)
if rows == 0 {
newConversation := *conversation
newConversation.OwnerUserID = v[0]

Loading…
Cancel
Save