订单号
${orders.code!}
创建时间
${orders.create_date!,dateFormat='yyyy-MM-dd HH:mm'}
商品小计
¥${orders.subtotal!}
运费
¥${orders.freight_price!}
总计
¥${orders.grand_total!}
##if(orders.invoice_name!=null && orders.invoice_name!=""){
发票抬头
${orders.invoice_name!}
##}
##if(orders.invoice_number!=null && orders.invoice_number!=""){
发票税号
${orders.invoice_number!}
##}
##if(orders.remark!=null && orders.remark!=""){
订单备注
${orders.remark!}
##}