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

update couponOrde

release_toaliyun_real
xhxu 4 лет назад
Родитель
Сommit
6e4aeaa294
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml Просмотреть файл

@@ -1017,7 +1017,7 @@
left join wx_coupon_merchant wcm on co.coupon_id = wcm.product_id and wcm.merchant_id = #{merchantId}
LEFT JOIN wx_c_user_basic_info cu ON cu.id=co.c_user_id
LEFT JOIN wx_coupon c ON c.id = co.coupon_id
where 1=1
where wcm.merchant_id = #{merchantId}
<choose>
<when test=" null != couponType">
and co.coupon_type = #{couponType}


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