|
|
|
@ -73,7 +73,7 @@ public interface OutRechargeOrderMapperExt { |
|
|
|
|
" a.order_price orderPrice," + |
|
|
|
|
" a.pay_price payPrice," + |
|
|
|
|
" a.pay_real_price payRealPrice," + |
|
|
|
|
" case a.status when 1 then '待支付' when 2 then '已支付' when 3 then '已完成' when 4 then '已取消' when 5 then '已退款' end statusName," + |
|
|
|
|
" case a.status when 1 then '待支付' when 2 then '已支付' when 3 then '已完成' when 4 then '已取消' when 5 then '已退款' when 6 then '退款中' end statusName," + |
|
|
|
|
" a.create_timed createTime," + |
|
|
|
|
" a.pay_time payTime," + |
|
|
|
|
" a.cancel_time cancelTime," + |
|
|
|
|