修改客户开发环境调试流程跳转

This commit is contained in:
梁琦涛
2024-08-06 18:25:17 +08:00
parent 3c9825aea8
commit b73a7f54cb
@@ -241,7 +241,8 @@ public class UnifiedTodoServiceImpl implements PushWorkflowIntegrationAPI {
.replace("{processInstanceId}",processApprovalRecord.getProcessInstanceId())
.replace("{nodeId}",processApprovalRecord.getNodeId());
// 跳转链接
String businessLink = Objects.requireNonNull(ProcessTypeEnum.getFontReturnUrlPc(processAll.getPrcType())) + url;
// String businessLink = Objects.requireNonNull(ProcessTypeEnum.getFontReturnUrlPc(processAll.getPrcType())) + url;
String businessLink = url.replace("{url}", Objects.requireNonNull(ProcessTypeEnum.getFontReturnUrlPc(processAll.getPrcType())));
unifiedTodo.setPcurl(businessLink);
// APP跳转链接
String appUrl = hiworkFontAppUrl