Преглед изворни кода

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

release_toaliyun_real
xiaohanzi пре 5 година
родитељ
комит
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!=''">



Loading…
Откажи
Сачувај