diff --git a/src/main/java/com/project/task/domain/service/impl/NotifyTaskDomainServiceImpl.java b/src/main/java/com/project/task/domain/service/impl/NotifyTaskDomainServiceImpl.java index 1eaf4a3..bd7691b 100644 --- a/src/main/java/com/project/task/domain/service/impl/NotifyTaskDomainServiceImpl.java +++ b/src/main/java/com/project/task/domain/service/impl/NotifyTaskDomainServiceImpl.java @@ -109,7 +109,7 @@ public class NotifyTaskDomainServiceImpl implements NotifyTaskDomainService { .singleTitle("查看详情") // todo 修改为对应页面 .singleUrl(dingTalkProperties.getNoticeUrlPrefix() + - "/examTasks?dd_nav_translucent=true&dd_full_screen=true&dd_nav_bgcolor=33E0EEFF&" + + "/examInfo?dd_nav_translucent=true&dd_full_screen=true&dd_nav_bgcolor=33E0EEFF&" + "corpid=" + dingTalkProperties.getCorpId() + "&id=" + taskDTO.getId()).build()) .build(); @@ -158,7 +158,7 @@ public class NotifyTaskDomainServiceImpl implements NotifyTaskDomainService { .singleTitle("查看详情") // todo 修改为对应页面 .singleUrl(dingTalkProperties.getNoticeUrlPrefix() + - "/examTasks?dd_nav_translucent=true&dd_full_screen=true&dd_nav_bgcolor=33E0EEFF&" + + "/examInfo?dd_nav_translucent=true&dd_full_screen=true&dd_nav_bgcolor=33E0EEFF&" + "corpid=" + dingTalkProperties.getCorpId() + "&id=" + taskDTO.getId()).build()) .build();