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:
@@ -442,7 +442,8 @@ public class CommonService {
|
||||
dto.setPlatformType(thirdPartySecretInfoVO.getPlatformType());
|
||||
|
||||
if(thirdPartySecretInfoVO.getPlatformType().equals(ThirdPlatformTypeEnum.CHANG_ZHOU_PLATFORM.getTypeCode())||
|
||||
thirdPartySecretInfoVO.getPlatformType().equals(ThirdPlatformTypeEnum.JI_LIN_PLATFORM.getTypeCode())
|
||||
thirdPartySecretInfoVO.getPlatformType().equals(ThirdPlatformTypeEnum.JI_LIN_PLATFORM.getTypeCode())||
|
||||
thirdPartySecretInfoVO.getPlatformType().equals(ThirdPlatformTypeEnum.XIN_DIAN_TU.getTypeCode())
|
||||
){
|
||||
//专门处理常畅充平台转换枪口状态
|
||||
if (StringUtils.equals(connectorStatus, PileConnectorStatusEnum.FREE.getValue())) {
|
||||
|
||||
Reference in New Issue
Block a user