Browse Source

update gift

release_toaliyun_real
xhxu 4 years ago
parent
commit
c0035b4121
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      mallinkService/src/main/resources/mapper/WxCouponMapper.xml

+ 4
- 0
mallinkService/src/main/resources/mapper/WxCouponMapper.xml View File

@@ -392,6 +392,10 @@
and c.`use_limit_quantity` = #{useLimitQuantity}
</if>

<if test=" null == sendType ">
and c.`send_type` != 3
</if>

<if test=" null != sendType ">
and c.`send_type` = #{sendType}
</if>


Loading…
Cancel
Save