首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

Velocity if else判断对象里边的值

2013-03-14 
Velocity if else判断对象里面的值#foreach($fundDeteposit in $!list)tr bgcolor#f3f3f3td height

Velocity if else判断对象里面的值

#foreach($fundDeteposit in $!list)<tr bgcolor="#f3f3f3"><td height="32px">$!{fundDeteposit.merchantId}</td><td height="32px">$!{fundDeteposit.depositAmt}</td><td height="32px">$!{fundDeteposit.bankRemark}</td><td height="32px">$!{fundDeteposit.applyOperId}</td><td height="32px">$!{fundDeteposit.applyDate}</td><td height="32px">$!{fundDeteposit.approvalOperId}</td><td height="32px">$!{fundDeteposit.approvalDate}</td><td height="32px">#if($!fundDeteposit.status ==  0)审核成功#elseif($!fundDeteposit.status == 1)审核失败#elseif($!fundDeteposit.status == 2)等待审核#else$!{fundDeteposit.status}#end</td></tr>#end



<td height="32px">
#if($!transJnl.status ==  0)
成功
#elseif($!transJnl.status == 1)
失败
#elseif($!transJnl.status == 'D')
可疑
#elseif($!transJnl.status == 'R')
冲正
#elseif($!transJnl.status == 'C')
撤销
#else
$!{transJnl.status}
#end
</td>

热点排行