Просмотр исходного кода

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

release_toaliyun_real
hupeng 7 лет назад
Родитель
Сommit
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" /> select <include refid="allBUserOrderedCouponOrderColumns" />
from wx_coupon_order co,wx_order o,wx_coupon c,wx_c_user cu from wx_coupon_order co,wx_order o,wx_coupon c,wx_c_user cu
where o.id = co.order_id where o.id = co.order_id
and o.merchant_id = #{merchantID}
and o.merchant_id = #{merchantId}
and co.coupon_id = c.id and co.coupon_id = c.id
and cu.id = co.c_user_id and cu.id = co.c_user_id
<if test="startDate != null"> <if test="startDate != null">
@@ -171,7 +171,7 @@
select <include refid="allBUserVerifiedCouponOrderColumns" /> select <include refid="allBUserVerifiedCouponOrderColumns" />
from wx_coupon_order co,wx_order o,wx_coupon c,wx_c_user cu,wx_merchant_b_user bu 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 where o.id = co.order_id
and o.merchant_id = #{merchantID}
and o.merchant_id = #{merchantId}
and co.coupon_id = c.id and co.coupon_id = c.id
and cu.id = co.c_user_id and cu.id = co.c_user_id
and bu.id = co.b_user_id and bu.id = co.b_user_id


Загрузка…
Отмена
Сохранить