fix(测试跟踪): 测试计划发送通知时支持发送给创建人

https://www.tapd.cn/55049933/bugtrace/bugs/view?bug_id=1155049933001016881
This commit is contained in:
song-tianyang 2022-09-19 20:47:27 +08:00 committed by 刘瑞斌
parent e461c61c7b
commit 9368301f14
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ public class TestPlanMessageService {
paramMap.put("type", "testPlan"); paramMap.put("type", "testPlan");
paramMap.put("url", url); paramMap.put("url", url);
paramMap.put("projectId", projectId); paramMap.put("projectId", projectId);
paramMap.put("creator", testPlan.getCreator());
if (userDTO != null) { if (userDTO != null) {
paramMap.put("operator", userDTO.getName()); paramMap.put("operator", userDTO.getName());
paramMap.put("executor", userDTO.getId()); paramMap.put("executor", userDTO.getId());