|
@@ -212,6 +212,9 @@ public class AllInPayLogic {
|
|
|
} else if (order.getOrderId().contains("PJ") && order.getOrderType().equals(PayOrderTypeEnum.S.getKey())) {
|
|
|
try {
|
|
|
log.info("执行配件库存处理方法");
|
|
|
+ order.setPayTime(DateUtils.parseDate2(fintime))
|
|
|
+ .setTransactionId(chnltrxid)
|
|
|
+ .setOpenid(acct);
|
|
|
websitPartsSalesOrderLogic.handlePaySuccessMethod(order);
|
|
|
} catch (RemoteServiceException rse) {
|
|
|
websitPartsSalesService.lambdaUpdate()
|