Browse Source

fix bug

release_toaliyun_real
winter 3 years ago
parent
commit
6232e32991
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxOrderMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxOrderMapper.xml View File

@@ -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>


Loading…
Cancel
Save