<#assign title="我的佣金"/> <#include "/cust/frag.head.ftl" />

${title}

¥${amount}

<#if (cmsList?size<=0)>
暂无数据
<#list cmsList as cms>
¥${cms.cmsAmount}
${cms.placeName} - ${cms.roomName}
${cms.saleName}
${cms.customerName} (${cms.customerNumber}人)
${cms.arrivalAt.toString('YYYY-MM-DD HH:mm:ss')}

<#include "/cust/frag.foot.ftl" />