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

update gift

release_toaliyun_real
xhxu 4 лет назад
Родитель
Сommit
cbee4bb3af
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxOrderMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxOrderMapper.xml Просмотреть файл

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


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