Sfoglia il codice sorgente

fix

release_toaliyun_real
xiaohanzi 5 anni fa
parent
commit
dcf3d5f186
1 ha cambiato i file con 5 aggiunte e 2 eliminazioni
  1. +5
    -2
      mallinkService/src/main/resources/mapper/WxCUserCarMapper.xml

+ 5
- 2
mallinkService/src/main/resources/mapper/WxCUserCarMapper.xml Vedi File

@@ -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}


Caricamento…
Annulla
Salva