Ver código fonte

//pay bug

photo
xhxu 1 ano atrás
pai
commit
097bdfb4f1
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      suimangService/src/main/java/com/iformall/service/impl/ProductOrderPayServiceImpl.java

+ 1
- 1
suimangService/src/main/java/com/iformall/service/impl/ProductOrderPayServiceImpl.java Ver arquivo

@@ -159,7 +159,7 @@ public class ProductOrderPayServiceImpl implements ProductOrderPayService {
PayAdapterResult payResult = payAdapterService.createPay(productOrderPay, appinfo, payAccount);
if(payResult.isSuccess()){
ProductOrderPay updPay = new ProductOrderPay();
updPay.setId(productOrder.getId());
updPay.setId(productOrderPay.getId());
updPay.setTransactionId(payResult.getTransactionId());
updPay.setUpdateDate(new Date());
productOrderPayMapper.updateById(updPay);


Carregando…
Cancelar
Salvar