Преглед изворни кода

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

release_toaliyun_real
hupeng пре 7 година
родитељ
комит
cd9c9bed65
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml Прегледај датотеку

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


Loading…
Откажи
Сачувај