@ -66,6 +66,7 @@ public interface OutRechargeOrderMapperExt {
"SELECT"+
" order_no as orderNo,"+
" operator_name as operatorName,"+
" labor_union_card as laborUnionCard,"+
" case recharge_type when 1 then '快充' when 2 then '慢充' end rechargeTypeName ,"+
" case pay_type when 2 then '微信支付' when 3 then '工会卡支付' when 4 then '银联支付' when null then '积分抵扣' end payTypeName,"+
" recharge_content as rechargeContent,recharge_price as rechargePrice,pay_price as payPrice,discount_deduction_price as discountDeductionPrice,integral_deduction_price as integralDeductionPrice,pay_real_price as payRealPrice,"+