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},'%')