Commit fc430c89 by 徐高华

test

parent 66947d48
...@@ -86,7 +86,7 @@ public class HmLinkChatServiceImpl implements HmLinkChatService { ...@@ -86,7 +86,7 @@ public class HmLinkChatServiceImpl implements HmLinkChatService {
boolean addOther = false; boolean addOther = false;
if (null != link) { if (null != link) {
idList.add(link.getOtherChatHmId()); idList.add(link.getOtherChatHmId());
if (otherHmId.equals(link.getOtherChatHmId())) { if (!otherHmId.equals(link.getOtherChatHmId())) {
this.hmLinkChatMapper.delete(linkId, Arrays.asList(link.getOtherChatHmId()) , 1); this.hmLinkChatMapper.delete(linkId, Arrays.asList(link.getOtherChatHmId()) , 1);
addOther = true; addOther = 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