mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-19 22:59:46 +08:00
update 0x3b推送充电算法取消注释
This commit is contained in:
@@ -706,16 +706,16 @@ public class TransactionRecordsRequestHandler extends AbstractYkcHandler {
|
|||||||
}, thirdpartyTaskExecutor);
|
}, thirdpartyTaskExecutor);
|
||||||
|
|
||||||
// TODO 异步推送充电订单算法平台
|
// TODO 异步推送充电订单算法平台
|
||||||
// CompletableFuture.runAsync(() -> {
|
CompletableFuture.runAsync(() -> {
|
||||||
// try {
|
try {
|
||||||
// // 1-web端
|
// 1-web端
|
||||||
// getReportUrlByOrderCode(finalOrderBasicInfo.getOrderCode(), Constants.ONE);
|
getReportUrlByOrderCode(finalOrderBasicInfo.getOrderCode(), Constants.ONE);
|
||||||
// // 2-pdf端
|
// 2-pdf端
|
||||||
// getReportUrlByOrderCode(finalOrderBasicInfo.getOrderCode(), Constants.TWO);
|
getReportUrlByOrderCode(finalOrderBasicInfo.getOrderCode(), Constants.TWO);
|
||||||
// }catch (Exception e) {
|
}catch (Exception e) {
|
||||||
// log.error("异步推送充电订单算法平台 error", e);
|
log.error("异步推送充电订单算法平台 error", e);
|
||||||
// }
|
}
|
||||||
// }, thirdpartyTaskExecutor);
|
}, thirdpartyTaskExecutor);
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
// CompletableFuture.runAsync(() -> {
|
// CompletableFuture.runAsync(() -> {
|
||||||
|
|||||||
Reference in New Issue
Block a user