From 2635da8c4c10b4bc7433f96d496c939431035552 Mon Sep 17 00:00:00 2001 From: xhxu Date: Mon, 18 Oct 2021 18:00:56 +0800 Subject: [PATCH] update gift --- mallinkService/src/main/resources/mapper/WxCouponMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxCouponMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponMapper.xml index 663078287..71225bccc 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponMapper.xml @@ -288,7 +288,7 @@ - and JSON_CONTAINS(gift_list,#{giftList}) + and JSON_CONTAINS(gift_list,json_array(#{giftList})) @@ -565,7 +565,7 @@ --> - and JSON_CONTAINS(c.gift_list,#{giftList}) + and JSON_CONTAINS(c.gift_list,json_array(#{giftList}))