|
|
@ -109,7 +109,7 @@ public class NotifyTaskDomainServiceImpl implements NotifyTaskDomainService { |
|
|
.singleTitle("查看详情") |
|
|
.singleTitle("查看详情") |
|
|
// todo 修改为对应页面
|
|
|
// todo 修改为对应页面
|
|
|
.singleUrl(dingTalkProperties.getNoticeUrlPrefix() + |
|
|
.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() + |
|
|
"corpid=" + dingTalkProperties.getCorpId() + |
|
|
"&id=" + taskDTO.getId()).build()) |
|
|
"&id=" + taskDTO.getId()).build()) |
|
|
.build(); |
|
|
.build(); |
|
|
@ -158,7 +158,7 @@ public class NotifyTaskDomainServiceImpl implements NotifyTaskDomainService { |
|
|
.singleTitle("查看详情") |
|
|
.singleTitle("查看详情") |
|
|
// todo 修改为对应页面
|
|
|
// todo 修改为对应页面
|
|
|
.singleUrl(dingTalkProperties.getNoticeUrlPrefix() + |
|
|
.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() + |
|
|
"corpid=" + dingTalkProperties.getCorpId() + |
|
|
"&id=" + taskDTO.getId()).build()) |
|
|
"&id=" + taskDTO.getId()).build()) |
|
|
.build(); |
|
|
.build(); |
|
|
|