|
|
|
@ -86,7 +86,7 @@ public interface OutRechargeOrderMapperExt { |
|
|
|
|
" FROM" + |
|
|
|
|
" 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.payType != null'> and a.`pay_type` = #{map.status} </if>", |
|
|
|
|
"<if test='map.payType != null'> and a.`pay_type` = #{map.payType} </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.rechargeModel != null'> and a.`recharge_model` = #{map.rechargeModel} </if>", |
|
|
|
|