游玩日期: ${order.tourists[0].playDate?string("yyyy-MM-dd")}
[#list order.orderItems as orderItem]
[#if orderItem.product.name?? ]${abbreviate(orderItem.product.goodsName, 20, "...")}[${abbreviate(orderItem.product.name,20,"...")}][#else]${abbreviate(orderItem.product.goodsName, 30, "...")}[/#if]x ${orderItem.quantity}
[/#list]
预 订 人:${order.tourists[0].name}
身 份 证:${order.tourists[0].identityCard}
手 机 号:${order.phone}
请您在 ${order.expire?string("yyyy-MM-dd HH:mm:ss")} 之前支付订单款项,否则该订单将自动撤销!