Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
server
/
formallProject
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
fix bug
release_toaliyun_real
zhengfangyuan
há 3 anos
ascendente
681e4dbc78
cometimento
90c3d5d655
1 ficheiros alterados
com
4 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+4
-0
mallinkService/src/main/resources/mapper/WxPressBatchMapper.xml
+ 4
- 0
mallinkService/src/main/resources/mapper/WxPressBatchMapper.xml
Ver ficheiro
@@ -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>
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar