[#if orderList?? && orderList.datas?? && orderList.datas?size>0] [#list orderList.datas as order]
${Constants.CUSTOMER_CONSTANTS}:${order.CUSTOMER_NAME}
事项:${order.WFNAME}
${Constants.CUSTOMER_CONSTANTS}联系人:${order.CONTACT_NAME}
${Constants.CUSTOMER_CONSTANTS}联系方式:${order.CONTACT_PHONE}
得分:${order.SCORE}
[/#list] [/#if]