xhxu 5 лет назад
Родитель
Сommit
587aa5c103
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCUserCarMapper.xml

+ 1
- 1
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
<if test=" null != userPhone">
and wcubi.`phone` = like concat('%', #{userPhone},'%')
and wcubi.`phone` like concat('%', #{userPhone},'%')
</if>
<include refid="dynamicWhereConditions" />



Загрузка…
Отмена
Сохранить