From bf3accc0da6e0801cfab5d8899b6ca3ad3112fe8 Mon Sep 17 00:00:00 2001 From: luoweijian <1329394916@qq.com> Date: Wed, 18 Mar 2026 14:31:46 +0800 Subject: [PATCH] bug --- .../task/domain/service/impl/NotifyTaskDomainServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();