luoweijian 1 month ago
parent
commit
bf3accc0da
  1. 4
      src/main/java/com/project/task/domain/service/impl/NotifyTaskDomainServiceImpl.java

4
src/main/java/com/project/task/domain/service/impl/NotifyTaskDomainServiceImpl.java

@ -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();

Loading…
Cancel
Save