充电停车优惠

This commit is contained in:
Guoqs
2025-01-21 16:41:50 +08:00
parent ed1d5c7fec
commit 432608a238
3 changed files with 158 additions and 0 deletions

View File

@@ -335,6 +335,15 @@ public class UploadRealTimeMonitorHandler extends AbstractYkcHandler {
}
}, executor);
}
// 异步绑定优惠券
// CompletableFuture.runAsync(() -> {
// try {
// commonService.bindParkingCoupon(realTimeMonitorData, orderInfo);
// } catch (Exception e) {
// log.error("异步绑定车辆停车优惠券error", e);
// }
// }, executor);
}
// 充电时保存实时数据到redis