Просмотр исходного кода

update gift

release_toaliyun_real
xhxu 4 лет назад
Родитель
Сommit
91febfb471
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!=''">



Загрузка…
Отмена
Сохранить