Commit 556b7b13 by 徐高华

记录好友删成员

parent 024be1ea
......@@ -801,6 +801,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
exsitDTO.setExternalStatus(1);
this.externalClerkRelatedService.update(exsitDTO);
}
this.externalClerkRelatedMapper.updateExternalStatusById(exsitDTO.getExternalClerkRelatedId(),1) ;
return ;
}
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