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:
@@ -206,8 +206,8 @@ public class CommonService {
|
||||
String changedStatus = changeConnectorStatus(connectorStatus, realTimeMonitorData.getPutGunType());
|
||||
for (ThirdPartyStationRelationVO vo : list) {
|
||||
String thirdPartyType = vo.getThirdPartyType();
|
||||
if (StringUtils.equals(Constants.TWO, vo.getStartMode())) {
|
||||
// 如果是对接平台方启动,不需要传
|
||||
if (StringUtils.equals(Constants.ONE, vo.getStartMode())) {
|
||||
// 如果是类似华为格式,不需要传
|
||||
continue;
|
||||
}
|
||||
if (StringUtils.equals(ThirdPlatformTypeEnum.LIAN_LIAN_PLATFORM.getCode(), thirdPartyType)) {
|
||||
@@ -317,8 +317,8 @@ public class CommonService {
|
||||
}
|
||||
for (ThirdPartyStationRelationVO relationVO : relationInfoList) {
|
||||
String thirdPartyType = relationVO.getThirdPartyType();
|
||||
if (StringUtils.equals(Constants.TWO, relationVO.getStartMode())) {
|
||||
// 如果是对接平台方启动,不需要传
|
||||
if (StringUtils.equals(Constants.ONE, relationVO.getStartMode())) {
|
||||
// 如果是类似华为格式,不需要传
|
||||
continue;
|
||||
}
|
||||
if (StringUtils.equals(ThirdPlatformTypeEnum.LIAN_LIAN_PLATFORM.getCode(), thirdPartyType)) {
|
||||
|
||||
Reference in New Issue
Block a user