Przeglądaj źródła

jifen

release_toaliyun_real
xhxu 5 lat temu
rodzic
commit
587aa5c103
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCUserCarMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCUserCarMapper.xml Wyświetl plik

@@ -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" />



Ładowanie…
Anuluj
Zapisz