ソースを参照

fix 删除用户标签日志

zoujiajian 2 年 前
コミット
3d6250a34d

+ 1 - 0
netflix-service/src/main/java/com/cyksj/service/corp/impl/CorpEventActionServiceImpl.java

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