Explorar el Código

tt

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

+ 4
- 0
mallinkService/src/main/resources/mapper/TtCouponMapper.xml Ver fichero

@@ -77,6 +77,10 @@
and c.`type` = #{type}
</if>

<if test=" null != columnId ">
and c.`column_id` = #{columnId}
</if>

<if test=" null != title and ''!=title">
and c.`title` like concat('%', #{title},'%')
</if>


Cargando…
Cancelar
Guardar