修正流程阅览带入关联附件问题/PAL代码打包
This commit is contained in:
parent
0dc12b19d9
commit
8ca8e124e0
Binary file not shown.
@ -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) {
|
||||
//三员管理,过滤关联文件密级显示
|
||||
|
||||
Loading…
Reference in New Issue
Block a user