mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-07 15:38:10 +08:00
预约充电
This commit is contained in:
@@ -3609,7 +3609,7 @@ public class OrderBasicInfoServiceImpl implements OrderBasicInfoService {
|
|||||||
try {
|
try {
|
||||||
pileRemoteService.reservedCharging(command);
|
pileRemoteService.reservedCharging(command);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
logger.error("人工结算订单 推送第三方平台订单信息error, orderCode:{}", orderBasicInfo.getOrderCode(), e);
|
logger.error("异步发送预约充电指令, orderCode:{}", orderBasicInfo.getOrderCode(), e);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user