Authored by sailing-PC\sailing

fix

... ... @@ -281,7 +281,7 @@ public class PaymentServiceImpl implements IPaymentService {
ordersPay.getAmount());
}
logger.info("paySuccess finished. orderCode is {}", orderCode);
abstractOrderService.processAfterPay(orderInfo);
}
... ... @@ -920,7 +920,7 @@ public class PaymentServiceImpl implements IPaymentService {
logger.error("[{}] getWXPrepayData failed", request.getOrderCode());
return response;
}
paymentService.processAfterPay(orderInfo);
response.setPrepayResult(PrepayResponse.SUCCESS);
response.setJsonObj(jsonObject);
return response;
... ...