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

update gift

release_toaliyun_real
xhxu 4 лет назад
Родитель
Сommit
c0035b4121
1 измененных файлов: 4 добавлений и 0 удалений
  1. +4
    -0
      mallinkService/src/main/resources/mapper/WxCouponMapper.xml

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

@@ -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>


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