mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
update 苏州市平台
This commit is contained in:
@@ -158,7 +158,7 @@ public class SuZhouPlatformServiceImpl implements ThirdPartyPlatformService {
|
||||
String connectorStatus = dto.getConnectorStatus();
|
||||
String alertCode = "";
|
||||
String alertStatus = Constants.ZERO;
|
||||
if (!StringUtils.equals(connectorStatus, Constants.ONE)) {
|
||||
if (!StringUtils.equals(connectorStatus, "255")) {
|
||||
// 如果不是故障,则告警状态要改为1-告警恢复
|
||||
alertStatus = Constants.ONE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user