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
fix bug
release_toaliyun_real
zhengfangyuan
hace 3 años
padre
681e4dbc78
commit
90c3d5d655
Se han
modificado 1 ficheros
con
4 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+4
-0
mallinkService/src/main/resources/mapper/WxPressBatchMapper.xml
+ 4
- 0
mallinkService/src/main/resources/mapper/WxPressBatchMapper.xml
Ver fichero
@@ -35,6 +35,10 @@
and `status` = #{status}
</if>
<if test=" null != name && '' != name">
and `name` like concat('%', #{name},'%')
</if>
<if test=" null != promoterLimitRule">
and `promoter_limit_rule` = #{promoterLimitRule}
</if>
Escribir
Vista previa
Cargando…
Cancelar
Guardar