mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
充电停车优惠
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user