Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
server
/
formallProject
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
//merchant
release_toaliyun_real
xhxu
3 anos atrás
pai
501525e508
commit
61c1986473
1 arquivos alterados
com
3 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+3
-0
mallinkService/src/main/resources/mapper/WxMerchantMapper.xml
+ 3
- 0
mallinkService/src/main/resources/mapper/WxMerchantMapper.xml
Ver arquivo
@@ -303,6 +303,9 @@
<select id="hasMerchant" parameterType="com.iformall.domain.po.WxMerchant" resultType="int">
select count(1) from wx_merchant where `name`=#{name}
<if test=" null != status ">
and `status` = #{status}
</if>
<if test=" null != id">
and `id` != #{id}
</if>
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar