freemarker
1、日期显示
<td class="am-hide-sm-only">${(ActiveMoneyLog.addTime?string("yyyy-MM-dd hh:mm:ss"))!}</td>
2、类型
<#if ActiveMoneyLog.status?exists>
<#if ActiveMoneyLog.status == '0'>
打款中
<#elseif ActiveMoneyLog.status == '1'>
打款成功
<#elseif ActiveMoneyLog.status == '2'>
打款失败
<#else>
</#if>
</#if>
<#if user.status?exists>
<#if user.status=1>
注册
<#elseif user.status=2>
实名
<#elseif user.status=3>
绑卡
<#else>
注销
</#if>
</#if>
邮箱:wangh_2@sina.com