Procházet zdrojové kódy

[系统][修复]:卡券查询语句大小写问题

release_toaliyun_real
hupeng před 7 roky
rodič
revize
cd9c9bed65
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml Zobrazit soubor

@@ -154,7 +154,7 @@
select <include refid="allBUserOrderedCouponOrderColumns" />
from wx_coupon_order co,wx_order o,wx_coupon c,wx_c_user cu
where o.id = co.order_id
and o.merchant_id = #{merchantID}
and o.merchant_id = #{merchantId}
and co.coupon_id = c.id
and cu.id = co.c_user_id
<if test="startDate != null">
@@ -171,7 +171,7 @@
select <include refid="allBUserVerifiedCouponOrderColumns" />
from wx_coupon_order co,wx_order o,wx_coupon c,wx_c_user cu,wx_merchant_b_user bu
where o.id = co.order_id
and o.merchant_id = #{merchantID}
and o.merchant_id = #{merchantId}
and co.coupon_id = c.id
and cu.id = co.c_user_id
and bu.id = co.b_user_id


Načítá se…
Zrušit
Uložit