diff --git a/mallinkService/src/main/resources/mapper/WxCardInfoMapper.xml b/mallinkService/src/main/resources/mapper/WxCardInfoMapper.xml
index a663a50f4..1119c84fc 100644
--- a/mallinkService/src/main/resources/mapper/WxCardInfoMapper.xml
+++ b/mallinkService/src/main/resources/mapper/WxCardInfoMapper.xml
@@ -179,7 +179,7 @@
and ci.`create_date` between #{startdate} and #{enddate}
- and ou.`nick_name` = #{onickName}
+ and ou.`nick_name` like concat('%',#{onickName},'%')
and co.`coupon_order_status` in