dev-discount
袁野 3 years ago
parent 879f3676da
commit 63872bbe20
  1. 2
      hai-service/src/main/java/com/hai/dao/OutRechargeOrderMapperExt.java

@ -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>",

Loading…
Cancel
Save