Explorar el Código

fix

release_toaliyun_real
xiaohanzi hace 5 años
padre
commit
dcf3d5f186
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  1. +5
    -2
      mallinkService/src/main/resources/mapper/WxCUserCarMapper.xml

+ 5
- 2
mallinkService/src/main/resources/mapper/WxCUserCarMapper.xml Ver fichero

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


Cargando…
Cancelar
Guardar