bugfix 异步创建订单前,校验充电桩相关信息

This commit is contained in:
YAS\29473
2025-12-11 16:01:43 +08:00
parent b6a7db8c07
commit d446c3e5a8
2 changed files with 7 additions and 0 deletions

View File

@@ -349,6 +349,9 @@ public class ConfirmStartChargingRequestHandler extends AbstractYkcHandler {
dto.setMemberId(memberWalletVO.getMemberId());
dto.setMerchantId(pileBasicInfo.getMerchantId() + "");
// 校验充电桩相关的信息
orderBasicInfoService.checkPileInfoForEV(dto);
// 异步创建订单
CompletableFuture.runAsync(() -> {
try {