diff --git a/mallinkService/src/main/resources/mapper/WxCUserCarMapper.xml b/mallinkService/src/main/resources/mapper/WxCUserCarMapper.xml
index 0f45a1d81..6829ac4ab 100644
--- a/mallinkService/src/main/resources/mapper/WxCUserCarMapper.xml
+++ b/mallinkService/src/main/resources/mapper/WxCUserCarMapper.xml
@@ -78,7 +78,7 @@
left join wx_c_user_basic_info wcubi on wcubi.id = wcuc.c_user_id
where 1 = 1
- and wcubi.`phone` = like concat('%', #{userPhone},'%')
+ and wcubi.`phone` like concat('%', #{userPhone},'%')