Explorar el Código

[积分][修改]:C端-积分兑换停车劵-成功后没在我的停车劵下显示

release_toaliyun_real
hanxueda hace 7 años
padre
commit
f1f35997ea
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml

+ 2
- 1
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml Ver fichero

@@ -545,6 +545,7 @@
where 1=1 where 1=1
and co.coupon_id = c.id and co.coupon_id = c.id
and co.coupon_type != 5 and co.coupon_type != 5
and co.coupon_type != 51
and co.coupon_type < 100 and co.coupon_type < 100
<if test="cUserId != null"> <if test="cUserId != null">
and co.c_user_id = #{cUserId} and co.c_user_id = #{cUserId}
@@ -619,7 +620,7 @@
from wx_coupon_order co, wx_coupon c, wx_coupon_car car from wx_coupon_order co, wx_coupon c, wx_coupon_car car
where co.coupon_id = c.id where co.coupon_id = c.id
and co.coupon_id = car.id and co.coupon_id = car.id
and c.type = 5
and c.type in (5,51)
<if test="cUserId != null"> <if test="cUserId != null">
and co.c_user_id = #{cUserId} and co.c_user_id = #{cUserId}
</if> </if>


Cargando…
Cancelar
Guardar