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

update gift

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

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

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


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