Explorar el Código

update gift

release_toaliyun_real
xhxu hace 4 años
padre
commit
2635da8c4c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCouponMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxCouponMapper.xml Ver fichero

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


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


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


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


<if test=" null != ids "> <if test=" null != ids ">


Cargando…
Cancelar
Guardar