Browse Source

update gift

release_toaliyun_real
xhxu 4 years ago
parent
commit
8b0dfc237a
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml

+ 4
- 0
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml View File

@@ -967,6 +967,10 @@
<if test=" null != shippingType "> <if test=" null != shippingType ">
and co.`shipping_type` = #{shippingType} and co.`shipping_type` = #{shippingType}
</if> </if>

<if test=" null != shippingStatus ">
and co.`shipping_status` = #{shippingStatus}
</if>
<if test=" null != merchantName and merchantName!=''"> <if test=" null != merchantName and merchantName!=''">




Loading…
Cancel
Save