Commit bd607875 by 徐高华

Merge branch 'feature/社群' into 'developer'

test

See merge request !708
parents 7287908b 056d4dcb
......@@ -100,6 +100,10 @@ public class HmLinkChatServiceImpl implements HmLinkChatService {
other.setWxEnterpriseId(wxEnterpriseId);
other.setEnterpriseId(enterpriseId);
other.setLinkId(linkId);
other.setChatHmId(otherHmId);
other.setMemberType(0);
other.setFilterJson("{}");
other.setSortNum(0);
other.setLinkChatId(UniqueIdUtils.uniqueLong());
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