Sfoglia il codice sorgente

update gift

release_toaliyun_real
xhxu 4 anni fa
parent
commit
2635da8c4c
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCouponMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxCouponMapper.xml Vedi File

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


Caricamento…
Annulla
Salva