表单手册更新相关/支持文件子字段

This commit is contained in:
zhal 2024-08-15 17:20:46 +08:00
parent 243b795796
commit 8e29e33430
3 changed files with 4 additions and 12 deletions

View File

@ -420,7 +420,7 @@ public class Report1Gener {
//相关/支持文件 //相关/支持文件
List<DesignerShapeRelationModel> relationList = DesignerShapeRelationCache.getListByAttrId(repositoryModel.getId(), "", "support_files"); List<DesignerShapeRelationModel> relationList = DesignerShapeRelationCache.getListByAttrId(repositoryModel.getId(), "", "related_support_files");
JSONArray supportfiles = new JSONArray(); JSONArray supportfiles = new JSONArray();
@ -450,8 +450,8 @@ public class Report1Gener {
//相关/支持文件 //相关/支持文件
dataMap.put("supports_table", supportfiles);//table6 dataMap.put("related_support_files_table", supportfiles);//table6
dataMap.put("supports_table_count", supportfiles.size());//table6 dataMap.put("related_support_files_table_count", supportfiles.size());//table6

View File

@ -3596,9 +3596,6 @@ y7fdOgAAAABJRU5ErkJggk==
</w:tbl> </w:tbl>
<!--相关/支持文件 --> <!--相关/支持文件 -->
<w:p wsp:rsidR="00AC2941" wsp:rsidRDefault="00AC2941"> <w:p wsp:rsidR="00AC2941" wsp:rsidRDefault="00AC2941">
<w:pPr> <w:pPr>
<w:pStyle w:val="IDSTYLERDDEFAULT"/> <w:pStyle w:val="IDSTYLERDDEFAULT"/>
@ -3725,13 +3722,8 @@ y7fdOgAAAABJRU5ErkJggk==
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
</w:tr> </w:tr>
<#list supports_table as table7> <#list related_support_files_table as table7>
<w:tr wsp:rsidR="00AC2941" wsp:rsidTr="005D1AAE"> <w:tr wsp:rsidR="00AC2941" wsp:rsidTr="005D1AAE">
<w:trPr> <w:trPr>
<w:jc w:val="center"/> <w:jc w:val="center"/>