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

[CouponOrder券查询][修复]:普通券,停车券分离

release_toaliyun_real
Stormeye.Wu 7 лет назад
Родитель
Сommit
5df9002218
1 измененных файлов: 3 добавлений и 0 удалений
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml

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

@@ -343,6 +343,9 @@
<if test="type != null">
and co.type = #{type}
</if>
<if test="type == null">
and co.type &lt; 5
</if>
<if test="couponOrderStatus != null">
AND c.coupon_order_status = #{couponOrderStatus}
</if>


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