- 会员名称
- $!obj.cash_user.userName
- 提交时间
- $!CommUtil.formatShortDate($!obj.addTime)
- 支付方式
#if($!obj.cash_payment=="outline")
#set($cash_payment="线下支付")
#end
#if($!obj.cash_payment=="alipay")
#set($cash_payment="支付宝")
#end
#if($!obj.cash_payment=="tenpay")
#set($cash_payment="财付通")
#end
#if($!obj.cash_payment=="bill")
#set($cash_payment="快钱")
#end
#if($!obj.cash_payment=="chinabank")
#set($cash_payment="网银在线")
#end
- $!cash_payment
#if($!obj.cash_payment=="outline")
- 收款人姓名
- $!obj.cash_userName
#end