|
@@ -685,6 +685,7 @@ public class CorpEventActionServiceImpl implements CorpEventActionService {
|
|
|
|
|
|
|
|
//存在被删除的标签
|
|
//存在被删除的标签
|
|
|
if (CollUtil.isNotEmpty(exists_tagIds)) {
|
|
if (CollUtil.isNotEmpty(exists_tagIds)) {
|
|
|
|
|
+ log.info("需删除用户:{}对应客服:{}关联已删除的标签:{}", externalUserid, relation.getFollowId(), exists_tagIds);
|
|
|
corpUserTagMapper.delete(Wrappers.lambdaQuery(CorpUserTag.class)
|
|
corpUserTagMapper.delete(Wrappers.lambdaQuery(CorpUserTag.class)
|
|
|
.in(CorpUserTag::getTagId, exists_tagIds)
|
|
.in(CorpUserTag::getTagId, exists_tagIds)
|
|
|
.eq(CorpUserTag::getRelationId, relation.getId()));
|
|
.eq(CorpUserTag::getRelationId, relation.getId()));
|