update oa跳转链接去除开头后配置文件报错

This commit is contained in:
lijiarao
2024-04-13 18:59:41 +08:00
parent 954604a8e7
commit 7ad5f3a357
@@ -192,7 +192,7 @@ public class HiworkTodoServiceImpl implements PushWorkflowIntegrationAPI {
.replace("{processInstanceId}",processApprovalRecord.getProcessInstanceId())
.replace("{nodeId}",processApprovalRecord.getNodeId());
// 跳转链接
String businessLink = url.replace("{url}", Objects.requireNonNull(ProcessTypeEnum.getFontReturnUrlPc(processAll.getPrcType())));
String businessLink = Objects.requireNonNull(ProcessTypeEnum.getFontReturnUrlPc(processAll.getPrcType())) + url;
hiworkTodo.setBusinessLink(businessLink);
// APP跳转链接
String appUrl = hiworkFontAppUrl