From 9d98f53b6f908aa33fc2ce9b8a43d93e7f94fea5 Mon Sep 17 00:00:00 2001 From: xhxu Date: Mon, 24 May 2021 10:14:03 +0800 Subject: [PATCH] tt --- mallinkService/src/main/resources/mapper/TtCouponMapper.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mallinkService/src/main/resources/mapper/TtCouponMapper.xml b/mallinkService/src/main/resources/mapper/TtCouponMapper.xml index 27c63bb90..f001e9c32 100644 --- a/mallinkService/src/main/resources/mapper/TtCouponMapper.xml +++ b/mallinkService/src/main/resources/mapper/TtCouponMapper.xml @@ -77,6 +77,10 @@ and c.`type` = #{type} + + and c.`column_id` = #{columnId} + + and c.`title` like concat('%', #{title},'%')