mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
update
This commit is contained in:
@@ -841,8 +841,11 @@ public class CommonService {
|
||||
} else if (StringUtils.equals(connectorStatus, PileConnectorStatusEnum.FAULT.getValue())) {
|
||||
// 故障
|
||||
return "255";
|
||||
}else if (StringUtils.equals(connectorStatus, PileConnectorStatusEnum.OCCUPIED_CHARGING.getValue())) {
|
||||
// 充电中需要把 03 改为 3 返回
|
||||
return Constants.THREE;
|
||||
}else {
|
||||
// 0-离网和 3-充电中不需要转换,直接返回
|
||||
// 0-离网不需要转换,直接返回
|
||||
return connectorStatus;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user