mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-19 18:45:03 +08:00
update 0x3b推送充电算法取消注释
This commit is contained in:
@@ -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(() -> {
|
||||
|
||||
Reference in New Issue
Block a user