流程阅览

This commit is contained in:
zhal 2022-07-21 15:44:54 +08:00
parent daea478b17
commit 204ea2b06e

View File

@ -2993,6 +2993,7 @@ public class PALRepositoryQueryAPIManager {
return getPublishPortalHtml(uc, uuid, taskId, checkPublish, true);
}
/**
* 流程发布门户详情页面
*
@ -3002,14 +3003,6 @@ public class PALRepositoryQueryAPIManager {
return getPublishPortalHtml(uc, uuid, taskId, true, true);
}
/**
* 打开流程查看页面
*
* @return
*/
public String getPublishPortalHtml(UserContext uc, String uuid, String taskId, Boolean upVisit) {
return getPublishPortalHtml(uc, uuid, taskId, false, upVisit);
}
/**
* 流程发布门户详情页面