解决流程阅览相关文件跳转下载文件错误问题/Pal打包

This commit is contained in:
zhal 2022-09-13 19:17:04 +08:00
parent e124d86664
commit 1973dd4e05
2 changed files with 1 additions and 1 deletions

View File

@ -2290,7 +2290,7 @@ public class CoeProcessLevelUtil {
for(int i=0;i<jsonValue.size();i++){
relationFileId = jsonValue.getJSONObject(i).get("fileId").toString();
PALRepositoryModel model = PALRepositoryCache.getCache().get(uuid);
PALRepositoryModel model = PALRepositoryCache.getCache().get(relationFileId);
String taskId="";
if (model != null) {
if (model.isPublish() || model.isStop()) {// 停用或已发布状态查询最新流程手册