[#if ciList??&&ciList?size>0]
[#list ciList as item]

${item.CINAME}

[/#list]
[#else]
无巡检配置
[/#if]