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

update gift

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

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

@@ -288,7 +288,7 @@
</if>

<if test=" null != giftList">
and JSON_CONTAINS(gift_list,#{giftList})
and JSON_CONTAINS(gift_list,json_array(#{giftList}))
</if>

<if test=" null != ids ">
@@ -565,7 +565,7 @@
</if>-->

<if test=" null != giftList">
and JSON_CONTAINS(c.gift_list,#{giftList})
and JSON_CONTAINS(c.gift_list,json_array(#{giftList}))
</if>

<if test=" null != ids ">


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