修正流程阅览带入关联附件问题/PAL代码打包

This commit is contained in:
zhal 2022-08-28 15:38:01 +08:00
parent 0dc12b19d9
commit 8ca8e124e0
2 changed files with 2 additions and 2 deletions

View File

@ -3144,7 +3144,7 @@ public class CoeDesignerWeb extends ActionWeb {
//关联文件list
List<UpfileModel> relationUpfFileList = new ArrayList<>();
if (relationList != null && relationList.size() > 0) {
/*if (relationList != null && relationList.size() > 0) {
for (int i = 0; i < relationList.size(); i++) {
DesignerShapeRelationModel model = relationList.get(i);
if (UtilString.isEmpty(model.getRelationShapeId())) {// 关联的模型文件
@ -3156,7 +3156,7 @@ public class CoeDesignerWeb extends ActionWeb {
relationUpfFileList.addAll(files);
}
}
}
}*/
if (relationUpfFileList != null && relationUpfFileList.size() > 0) {
//三员管理过滤关联文件密级显示