[#if orders?? && orders?size>0] [#list orders as order]

工单编号:${order.ORDER_CODE}

[#if order.BUSINESSTYPE == Constants.WORKFLOW_BASE_BUSINESS_TYPE_OPEN_ACCOUNT] [#elseif order.BUSINESSTYPE == Constants.WORKFLOW_BASE_BUSINESS_TYPE_CI_REPAIR] [#elseif order.BUSINESSTYPE == Constants.WORKFLOW_BASE_BUSINESS_TYPE_CI_ADD] [#elseif order.BUSINESSTYPE == Constants.WORKFLOW_BASE_BUSINESS_TYPE_CI_SCRAP] [#elseif order.BUSINESSTYPE == Constants.WORKFLOW_BASE_BUSINESS_TYPE_CI_SIMPLE_CHANGE] [#elseif order.BUSINESSTYPE == Constants.WORKFLOW_BASE_BUSINESS_TYPE_CI_CHANGE] [#elseif order.BUSINESSTYPE == Constants.WORKFLOW_BASE_BUSINESS_TYPE_CI_EMERGENCY_CHANGE] [#elseif order.BUSINESSTYPE == Constants.WORKFLOW_BASE_BUSINESS_TYPE_CI_REMIND] [#elseif order.BUSINESSTYPE == Constants.WORKFLOW_BASE_BUSINESS_TYPE_CI_HEALTH] [#elseif order.BUSINESSTYPE == Constants.WORKFLOW_BASE_BUSINESS_TYPE_INCIDENT] [#elseif order.BUSINESSTYPE == Constants.WORKFLOW_BASE_BUSINESS_TYPE_QUESTION ] [#elseif order.BUSINESSTYPE == Constants.WORKFLOW_BASE_BUSINESS_TYPE_INCIDENT_LOCAL ] [/#if]
${Constants.mapWORKFLOW_BUSINESS_TYPE_Label(order.BUSINESSTYPE+"")} ${Constants.CUSTOMERNAME}: ${order.CUSTOMER_NAME} 当前节点: ${order.CURRENT_NODE_NAME} 工单状态: ${Constants.getWORKFLOW_BASE_WFSTATE_Label(order.WFSTATE)} 节点状态: ${Constants.getWORKFLOW_NODE_FLOWSTATE_Label(order.FLOWSTATE)} 创建时间: ${DateUtil.format("yyyy-MM-dd HH:mm:ss",order.CREATETIME)} 创建人名称: ${order.CREATERNAME}
事项:${order.WFNAME}
内容概述:${order.WFNOTE}
[/#list] [#else]
[/#if]