|
|
@ -69,7 +69,7 @@ public interface OutRechargeOrderMapperExt { |
|
|
|
" a.recharge_name rechargeName," + |
|
|
|
" a.recharge_name rechargeName," + |
|
|
|
" a.id_card rechargeIdCard," + |
|
|
|
" a.id_card rechargeIdCard," + |
|
|
|
" a.remarks remarks," + |
|
|
|
" a.remarks remarks," + |
|
|
|
" case a.pay_type when 1 then '微信' when 2 then '工会卡' when 3 then '积分' end payTypeName," + |
|
|
|
" case a.pay_type when 1 then '微信' when 2 then '工会卡' when 3 then '积分' when 4 then '银联' end payTypeName," + |
|
|
|
" a.order_price orderPrice," + |
|
|
|
" a.order_price orderPrice," + |
|
|
|
" a.pay_price payPrice," + |
|
|
|
" a.pay_price payPrice," + |
|
|
|
" a.pay_real_price payRealPrice," + |
|
|
|
" a.pay_real_price payRealPrice," + |
|
|
@ -86,6 +86,7 @@ public interface OutRechargeOrderMapperExt { |
|
|
|
" FROM" + |
|
|
|
" FROM" + |
|
|
|
" out_recharge_order a join high_user_card b on a.user_id = b.user_id where 1 = 1 " + |
|
|
|
" out_recharge_order a join high_user_card b on a.user_id = b.user_id where 1 = 1 " + |
|
|
|
"<if test='map.status != null'> and a.`status` = #{map.status} </if>", |
|
|
|
"<if test='map.status != null'> and a.`status` = #{map.status} </if>", |
|
|
|
|
|
|
|
"<if test='map.payType != null'> and a.`pay_type` = #{map.status} </if>", |
|
|
|
"<if test='map.code != null'> and a.`Identification_code` = #{map.code} </if>", |
|
|
|
"<if test='map.code != null'> and a.`Identification_code` = #{map.code} </if>", |
|
|
|
"<if test='map.orderNo != null'> and a.`order_no` = #{map.orderNo} </if>", |
|
|
|
"<if test='map.orderNo != null'> and a.`order_no` = #{map.orderNo} </if>", |
|
|
|
"<if test='map.rechargeModel != null'> and a.`recharge_model` = #{map.rechargeModel} </if>", |
|
|
|
"<if test='map.rechargeModel != null'> and a.`recharge_model` = #{map.rechargeModel} </if>", |
|
|
|