• z6尊龙

    处理模板时发生错误。

    Expression folderId is undefined on line 5, column 27 in 95691.

    1<#-- 公共模板,公共变量 --> 

    2 <#include "${templatesPath}/26204" /> 

    3  

    12 

    13 

    14 

    15

     

    16

     

    17  

    18

     

    19  

    20

     

    21

     

    22 <#-- 获取关于我们子栏目 --> 

    23 <#assign currentFolderId = folderId ! g_folderId_gywm> 

    24 <#assign currentFolder = hirisunArticleUtil.getFolder(currentFolderId)!''> 

    25 <#if currentFolder = ""> 

    26

    栏目ID参数不正确!

     

    27 <#else> 

    28 <#-- 当前文件夹对应的一级目录,用于生成左侧菜单 --> 

    29 <#assign matchedFolder = hirisunArticleUtil.getMatchedFolder(currentFolder)> 

    30 <#assign subFolderList = hirisunArticleUtil.getFolders(scopeGroupId, matchedFolder.folderId)> 

    31  

    32 <#include "${templatesPath}/32601" /> 

    33  

    34

     

    35

     

    36  

    37 我们的资质荣誉 

    38

     

    41

     

    42

     

    43

     

    44  

    45  

    46

     

    47

     

    173

     

    174

     

    175

     

    176

     

    177<#-- 底部模板 --> 

    178<#include "${templatesPath}/64807" /> 

    179 

    180 

    181 

    182<#include "${templatesPath}/95691" /> 

    183