Explorar el Código

//pay bug

photo
xhxu hace 1 año
padre
commit
097bdfb4f1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 fichero

@@ -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);


Cargando…
Cancelar
Guardar