mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-25 13:35:15 +08:00
update 浙江省平台
This commit is contained in:
@@ -436,7 +436,10 @@ public class CommonService {
|
||||
dto.setStatus(changedStatus);
|
||||
dto.setPlatformType(thirdPartySecretInfoVO.getPlatformType());
|
||||
dto.setOrderCode(orderInfo.getOrderCode());
|
||||
|
||||
notificationService.notificationConnectorChargeStatus(dto);
|
||||
|
||||
notificationService.notificationStationStatus(dto);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -120,8 +120,10 @@ public class NotificationService {
|
||||
// 根据平台类型获取Service
|
||||
ThirdPartyPlatformService platformService = ThirdPartyPlatformFactory.getInvokeStrategy(secretInfoVO.getPlatformType());
|
||||
platformService.notificationConnectorChargeStatus(orderCode, secretInfoVO);
|
||||
|
||||
platformService.notificationEquipChargeStatus(orderCode);
|
||||
} catch (Exception e) {
|
||||
logger.error("设备充电中状态变化推送error:{}", e.getMessage());
|
||||
logger.error("设备充电中状态变化推送error:", e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user