通知人员个数增加日志
This commit is contained in:
parent
2341e6b38a
commit
b6b774ed29
@ -744,6 +744,7 @@ public class DingtalkBusiness {
|
|||||||
}
|
}
|
||||||
}).collect(Collectors.toList());
|
}).collect(Collectors.toList());
|
||||||
List<StaffEntity> staffEntities = staffService.selectByIds(ids);
|
List<StaffEntity> staffEntities = staffService.selectByIds(ids);
|
||||||
|
logger.info("评论推送人员个数{}", staffEntities.size());
|
||||||
String content = WorkMsgTypeEnum.TASK_REPLY_COMMENT.getContent().replace("@1", fromStaffSimpleInfo.getName());
|
String content = WorkMsgTypeEnum.TASK_REPLY_COMMENT.getContent().replace("@1", fromStaffSimpleInfo.getName());
|
||||||
content = content.replace("@2", "“" + resultDetail.getTarget() + "”");
|
content = content.replace("@2", "“" + resultDetail.getTarget() + "”");
|
||||||
logger.info("通知内容{},url{}", content, url);
|
logger.info("通知内容{},url{}", content, url);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user