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