Explorar el Código

jifen

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

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

@@ -39,7 +39,7 @@
</if>
<if test=" null != carNumber ">
and wcuc.`car_number` = #{carNumber}
and wcuc.`car_number` like concat('%', #{carNumber},'%')
</if>
<!-- <if test=" null != carNumber ">
and `car_number` like concat('%', #{carNumber},'%')


Cargando…
Cancelar
Guardar