fix: 手机端跳转问题

This commit is contained in:
2024-09-07 18:21:42 +08:00
parent ce588f61fb
commit ac26d88cdc
@@ -264,7 +264,7 @@ public class HiworkTodoServiceImpl implements PushWorkflowIntegrationAPI {
.replace("{taskId}", taskId)
.replace("{processInstanceId}",processApprovalRecord.getProcessInstanceId())
.replace("{nodeId}",processApprovalRecord.getNodeId());
String appBusinessLink = appUrl.replace("{url}", Objects.requireNonNull(ProcessTypeEnum.getFontReturnUrlPc(processAll.getPrcType())));
String appBusinessLink = appUrl.replace("{url}", Objects.requireNonNull(ProcessTypeEnum.getFontReturnUrlApp(processAll.getPrcType())));
hiworkTodo.setAppBusinessLink(appBusinessLink);
}
hiworkTodo.setNoticeTitle(noticeTitle);