Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
server
/
formallProject
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
[渠道][修改][查询判断]
release_toaliyun_real
gongbiao
hace 7 años
padre
e3adcac607
commit
15b9711cfe
Se han
modificado 1 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-2
mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml
+ 2
- 2
mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml
Ver fichero
@@ -39,8 +39,8 @@
<if test=" null != type ">
and cc.`type` = #{type}
</if>
<if test=" null != title ">
<if test=" null != title
and ''!= title
">
and cc.`title` like concat('%', #{title},'%')
</if>
Escribir
Vista previa
Cargando…
Cancelar
Guardar