Sfoglia il codice sorgente

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

release_toaliyun_real
Stormeye.Wu 7 anni fa
parent
commit
5df9002218
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml

+ 3
- 0
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml Vedi File

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


Caricamento…
Annulla
Salva