Explorar el Código

//

private_deployment
xhxu hace 1 año
padre
commit
22ac22930d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      suimangService/src/main/java/com/iformall/service/impl/ProductOrderServiceImpl.java

+ 1
- 0
suimangService/src/main/java/com/iformall/service/impl/ProductOrderServiceImpl.java Ver fichero

@@ -120,6 +120,7 @@ public class ProductOrderServiceImpl implements ProductOrderService {
if(payResult.isSuccess()){
ProductOrder updOrder = new ProductOrder();
updOrder.setId(productOrder.getId());
updOrder.setPayVendor(productOrder.getPayVendor());
updOrder.setOrderId(payResult.getTransactionId());
updOrder.setUpdateDate(new Date());
productOrderMapper.updateById(updOrder);


Cargando…
Cancelar
Guardar