Commit 1a484ef7 by 徐高华

收到通知,直接更新单向好友标识

parent 5391d885
...@@ -802,9 +802,9 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA ...@@ -802,9 +802,9 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
exsitDTO.setExternalStatus(1); exsitDTO.setExternalStatus(1);
this.externalClerkRelatedService.update(exsitDTO); this.externalClerkRelatedService.update(exsitDTO);
} }
if(!dto.isFlush()) { /* if(!dto.isFlush()) {
this.externalClerkRelatedMapper.updateExternalStatusById(exsitDTO.getExternalClerkRelatedId(), 1); this.externalClerkRelatedMapper.updateExternalStatusById(exsitDTO.getExternalClerkRelatedId(), 1);
} }*/
return ; return ;
} }
exsitDTO.setMemberUnionidRelatedId(memberUnionidRelatedId); exsitDTO.setMemberUnionidRelatedId(memberUnionidRelatedId);
......
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