add(feature/REQ-3714) 添加打印日志

This commit is contained in:
zhangran 2025-03-10 15:12:02 +08:00
parent 87355af0be
commit 4cde75d030

View File

@ -66,6 +66,7 @@ public class DeletePlatTeamWorkerProcessor implements NodeUserProcessor {
.collect(Collectors.toMap(OrganizationalTeamOuRelation::getNodeId, Function.identity(), (x, y) -> x));
// 获取平台班组下的工人
if (CollUtil.isNotEmpty(teamOuRelationMap)) {
log.info("DeletePlatTeamWorkerProcessor process teamOuRelationMap:{}", JSON.toJSONString(teamOuRelationMap));
nodeUserMap.forEach((nodeId, vs) -> {
OrganizationalTeamOuRelation ouRelation = teamOuRelationMap.get(nodeId);
if (Objects.nonNull(ouRelation)) {