Переглянути джерело

Merge branch 'release_real_20211001' of https://git.malls.iformall.com/server/formallProject into release_real_20211001

release_toaliyun_real
xiaohanzi 4 роки тому
джерело
коміт
9af9189d61
1 змінених файлів з 4 додано та 0 видалено
  1. +4
    -0
      mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml

+ 4
- 0
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml Переглянути файл

@@ -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!=''">



Завантаження…
Відмінити
Зберегти