winter 3 лет назад
Родитель
Сommit
6232e32991
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxOrderMapper.xml

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

@@ -339,7 +339,7 @@
o.compose_order_type,o.compose_order_id,o.`coupon_number`,o.`freight_price`,o.`shipping_type`,o.`shipping_address`,o.parent_order_id,o.ext_param
from wx_order o
where o.order_status in (0,1,2,3,4,5)
where o.order_status in (0,1,2,3,4,5,97)
<if test="cUserId != null">
and o.c_user_id = #{cUserId}
</if>


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