Bläddra i källkod

update gift

release_toaliyun_real
xhxu 5 år sedan
förälder
incheckning
411d934f2e
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. +2
    -1
      mallinkService/src/main/resources/mapper/WxCouponMapper.xml

+ 2
- 1
mallinkService/src/main/resources/mapper/WxCouponMapper.xml Visa fil

@@ -357,7 +357,8 @@
</if>

<if test=" null == type and null == types">
and ( c.`type` &lt; 7 or c.`type` = 10 )
<!-- and ( c.`type` &lt; 7 or c.`type` = 10 ) -->
and c.`type` in (1,2,3,4,5,6,10,11,12)
</if>

<if test=" null != type ">


Laddar…
Avbryt
Spara