Parcourir la source

update gift

release_toaliyun_real
xhxu il y a 4 ans
Parent
révision
cbee4bb3af
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxOrderMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxOrderMapper.xml Voir le fichier

@@ -465,7 +465,7 @@
o.`coupon_number`,o.`freight_price`,o.`shipping_type`,o.`shipping_address`
from wx_coupon c,wx_order o
where o.product_id = c.id and o.order_status in (0,2)
and o.compose_order_type in (0,3)
and o.compose_order_type = 0
and o.compose_order_id = 0
<if test="cUserId != null">
and o.c_user_id = #{cUserId}
@@ -510,7 +510,7 @@
null ,null ,null ,null
from wx_order o
where o.order_status in (0,2)
and o.compose_order_type in (1,2)
and o.compose_order_type in (1,2,3)
and o.compose_order_id &gt; 0
<if test="cUserId != null">
and o.c_user_id = #{cUserId}


Chargement…
Annuler
Enregistrer