mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update 人工结算订单接口
This commit is contained in:
@@ -736,8 +736,12 @@ public class OrderService {
|
||||
|
||||
String pileSn = orderBasicInfo.getPileSn();
|
||||
|
||||
// 发送停止充电指令
|
||||
pileRemoteService.remoteStopCharging(pileSn, orderBasicInfo.getConnectorCode(), orderBasicInfo.getTransactionCode());
|
||||
try {
|
||||
// 发送停止充电指令
|
||||
pileRemoteService.remoteStopCharging(pileSn, orderBasicInfo.getConnectorCode(), orderBasicInfo.getTransactionCode());
|
||||
}catch (Exception e) {
|
||||
log.error("人工结算订单-发送停止充电指令 error, ", e);
|
||||
}
|
||||
|
||||
List<String> stationDeptIds = authorizedMap.getStationDeptIds();
|
||||
if (CollectionUtils.isEmpty(stationDeptIds)) {
|
||||
|
||||
Reference in New Issue
Block a user