Procházet zdrojové kódy

update gift

release_toaliyun_real
xhxu před 4 roky
rodič
revize
2635da8c4c
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCouponMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxCouponMapper.xml Zobrazit soubor

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


Načítá se…
Zrušit
Uložit