Bläddra i källkod

bug

release_toaliyun_real
xhxu 5 år sedan
förälder
incheckning
e73bf823e0
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml

+ 3
- 0
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml Visa fil

@@ -881,6 +881,9 @@
<if test=" null != couponId "> <if test=" null != couponId ">
and c.id = #{couponId} and c.id = #{couponId}
</if> </if>
<if test=" null != title ">
and c.title = #{title}
</if>
<if test=" null != business "> <if test=" null != business ">
and c.business = #{business} and c.business = #{business}
</if> </if>


Laddar…
Avbryt
Spara