Przeglądaj źródła

fix

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

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

@@ -38,10 +38,13 @@
</if>
<if test=" null != carNumber ">
<if test=" null != carNumber ">
and `car_number` = #{carNumber}
</if>
<!-- <if test=" null != carNumber ">
and `car_number` like concat('%', #{carNumber},'%')
</if>
</if> -->
<if test=" null != createDate ">
and `create_date` = #{createDate}


Ładowanie…
Anuluj
Zapisz