解决流程阅览相关文件跳转下载文件错误问题/Pal打包
This commit is contained in:
parent
e124d86664
commit
1973dd4e05
Binary file not shown.
@ -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()) {// 停用或已发布状态查询最新流程手册
|
||||
|
||||
Loading…
Reference in New Issue
Block a user