<#if op??> <#if op=='queryTotalMoney'> <#if headList??> <#list headList as cellList> <#list cellList as cell> <#if dataList??> <#list dataList as dList> <#list dList as cell>
${cell.value!''}
align="right" style="text-align: right;"<#else>align="center" style="text-align: center;" valign="middle" rowspan="${cell.rowspan!'1'}" colspan="${cell.colspan!'1'}"> <#if cell.value?? && cell.value!='0.00'>style="color: blue;" > ${cell.value!''}
<#else>

统计条件

业务类别: <#if serviceTypeMap??><#list serviceTypeMap.entrySet() as attr>
车牌类型: <#if passportTypeMap??><#list passportTypeMap.values() as attr>
车辆类型: <#if carTypeMap??><#list carTypeMap.values() as attr>
支付方式: <#if payMethodMap??><#list payMethodMap.entrySet() as attr>

费用统计