Ver a proveniência

//pay bug

photo
xhxu há 1 ano
ascendente
cometimento
097bdfb4f1
1 ficheiros alterados com 1 adições e 1 eliminaçõ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 ficheiro

@@ -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
Guardar