流程阅览
This commit is contained in:
parent
daea478b17
commit
204ea2b06e
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
* 流程发布门户详情页面
|
||||
|
||||
Loading…
Reference in New Issue
Block a user