update 0x3b推送充电算法取消注释

This commit is contained in:
Lemon
2025-12-29 09:49:55 +08:00
parent da6056b299
commit 47e8d0f844

View File

@@ -706,16 +706,16 @@ public class TransactionRecordsRequestHandler extends AbstractYkcHandler {
}, thirdpartyTaskExecutor);
// TODO 异步推送充电订单算法平台
// CompletableFuture.runAsync(() -> {
// try {
// // 1-web端
// getReportUrlByOrderCode(finalOrderBasicInfo.getOrderCode(), Constants.ONE);
// // 2-pdf端
// getReportUrlByOrderCode(finalOrderBasicInfo.getOrderCode(), Constants.TWO);
// }catch (Exception e) {
// log.error("异步推送充电订单算法平台 error", e);
// }
// }, thirdpartyTaskExecutor);
CompletableFuture.runAsync(() -> {
try {
// 1-web端
getReportUrlByOrderCode(finalOrderBasicInfo.getOrderCode(), Constants.ONE);
// 2-pdf端
getReportUrlByOrderCode(finalOrderBasicInfo.getOrderCode(), Constants.TWO);
}catch (Exception e) {
log.error("异步推送充电订单算法平台 error", e);
}
}, thirdpartyTaskExecutor);
//
//
// CompletableFuture.runAsync(() -> {