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
fix card
release_toaliyun_real
lin
3 anos atrás
pai
4816c1ea98
commit
be8938e6ad
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
mallinkService/src/main/resources/mapper/WxCouponMapper.xml
+ 1
- 1
mallinkService/src/main/resources/mapper/WxCouponMapper.xml
Ver arquivo
@@ -1524,7 +1524,7 @@
update wx_coupon set make_merchant_id = #{makeMerchantId} where id = #{id} and tenant_id = #{tenantId}
</update>
<update id="setPrice" parameterType="HashMap"
resultType="java.lang.Integer"
>
<update id="setPrice" parameterType="HashMap">
update wx_coupon set price = #{price} where id = #{id} and tenant_id = #{tenantId} and price = 0
</update>
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar