add(feature/REQ-3714) 添加打印日志
This commit is contained in:
parent
87355af0be
commit
4cde75d030
@ -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)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user