Commit 056d4dcb by 徐高华

test

parent 4d25aa3d
...@@ -100,6 +100,10 @@ public class HmLinkChatServiceImpl implements HmLinkChatService { ...@@ -100,6 +100,10 @@ public class HmLinkChatServiceImpl implements HmLinkChatService {
other.setWxEnterpriseId(wxEnterpriseId); other.setWxEnterpriseId(wxEnterpriseId);
other.setEnterpriseId(enterpriseId); other.setEnterpriseId(enterpriseId);
other.setLinkId(linkId); other.setLinkId(linkId);
other.setChatHmId(otherHmId);
other.setMemberType(0);
other.setFilterJson("{}");
other.setSortNum(0);
other.setLinkChatId(UniqueIdUtils.uniqueLong()); other.setLinkChatId(UniqueIdUtils.uniqueLong());
this.hmLinkChatMapper.insert(other); this.hmLinkChatMapper.insert(other);
} }
......
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