[#include "/business/pages/include/static.html" /]
无标题文档
[#if ZZJGList ?? && ZZJGList?size > 0] [#list ZZJGList as zzjg]
${zzjg.JGMC}:
[#if data.PARTNERLIST?? && data.PARTNERLIST?size > 0] [#list data.PARTNERLIST as a] [#if a.SSBMBH == zzjg.ID]
${a.ZSXM}
[/#if] [/#list] [/#if]
[#if zzjg.ejTree?? && zzjg.ejTree?size>0] [#list zzjg.ejTree as ej]
${ej.JGMC}:
[#if data.PARTNERLIST?? && data.PARTNERLIST?size > 0] [#list data.PARTNERLIST as a] [#if a.SSBMBH == ej.ID]
${a.ZSXM}
[/#if] [/#list] [/#if]
[#if ej.sjTree?? && ej.sjTree?size>0] [#list ej.sjTree as sj]
${sj.JGMC}:
[#if data.PARTNERLIST?? && data.PARTNERLIST?size > 0] [#list data.PARTNERLIST as a] [#if a.SSBMBH == sj.ID]
${a.ZSXM}
[/#if] [/#list] [/#if]
[/#list] [/#if] [/#list] [/#if] [/#list] [/#if]