mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
新增 交易记录中推送第三方平台V2方法
This commit is contained in:
@@ -656,6 +656,17 @@ public class TransactionRecordsRequestHandler extends AbstractHandler {
|
||||
e.printStackTrace();
|
||||
}
|
||||
});
|
||||
|
||||
// 异步推送第三方平台订单信息V2
|
||||
CompletableFuture.runAsync(() -> {
|
||||
try {
|
||||
commonService.commonPushOrderInfoV2(orderBasicInfo);
|
||||
} catch (Exception e) {
|
||||
log.error("推送第三方平台订单信息error, ", e);
|
||||
e.printStackTrace();
|
||||
}
|
||||
});
|
||||
|
||||
} else {
|
||||
// 平台没有查到订单
|
||||
orderBasicInfoService.saveAbnormalOrder(data);
|
||||
|
||||
Reference in New Issue
Block a user