Commit b5c1c40e by 徐高华

链接

parent a2e7a8e6
...@@ -51,6 +51,7 @@ public class HmLinkChatServiceImpl implements HmLinkChatService { ...@@ -51,6 +51,7 @@ public class HmLinkChatServiceImpl implements HmLinkChatService {
if (CollectionUtils.isNotEmpty(addList)) { if (CollectionUtils.isNotEmpty(addList)) {
for (HmLinkChatDTO dto : addList) { for (HmLinkChatDTO dto : addList) {
TabHmLinkChat entity = EntityUtil.changeEntityByJSON(TabHmLinkChat.class, dto); TabHmLinkChat entity = EntityUtil.changeEntityByJSON(TabHmLinkChat.class, dto);
entity.setLinkChatId(UniqueIdUtils.uniqueLong());
entity.setChatHmId(UniqueIdUtils.uniqueLong()); entity.setChatHmId(UniqueIdUtils.uniqueLong());
entity.setLinkId(linkId); entity.setLinkId(linkId);
this.hmLinkChatMapper.insert(entity); this.hmLinkChatMapper.insert(entity);
......
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