This commit is contained in:
YAS\29473
2025-08-20 13:43:58 +08:00
parent 3115a1dbf2
commit 97043cbc18
3 changed files with 28 additions and 3 deletions

View File

@@ -441,7 +441,9 @@ public class CommonService {
dto.setPileConnectorCode(pileConnectorCode);
dto.setPlatformType(thirdPartySecretInfoVO.getPlatformType());
if(thirdPartySecretInfoVO.getPlatformType().equals(ThirdPlatformTypeEnum.CHANG_ZHOU_PLATFORM.getTypeCode())){
if(thirdPartySecretInfoVO.getPlatformType().equals(ThirdPlatformTypeEnum.CHANG_ZHOU_PLATFORM.getTypeCode())||
thirdPartySecretInfoVO.getPlatformType().equals(ThirdPlatformTypeEnum.JI_LIN_PLATFORM.getTypeCode())
){
//专门处理常畅充平台转换枪口状态
if (StringUtils.equals(connectorStatus, PileConnectorStatusEnum.FREE.getValue())) {
if(StringUtils.equals(realTimeMonitorData.getPutGunType(), "01")){