|
|
|
@@ -952,6 +952,10 @@ |
|
|
|
<if test=" null != couponOrderStatus "> |
|
|
|
and co.coupon_order_status = #{couponOrderStatus} |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != shippingType "> |
|
|
|
and co.`shipping_type` = #{shippingType} |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != merchantName and merchantName!=''"> |
|
|
|
|
|
|
|
|