Commit c0f61f5c by Shadow

更新attribute后更新缓存

parent a4bd3996
......@@ -1323,7 +1323,9 @@ public class ImConversationServiceImpl extends BaseServiceImpl<ImConversationMap
}
conversation.setAttributes(JsonUtils.encodeJson(conversationAttribute));
return this.updateById(conversation);
this.updateById(conversation);
deleteCacheImConversationById(conversation.getId());
return true;
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment