北京需求优化
This commit is contained in:
@@ -358,7 +358,7 @@ public class SendMessageServiceImpl implements SendMessageService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 条件3: 电压降至70%—80%,持续时间超过500ms
|
// 条件3: 电压降至70%—80%,持续时间超过500ms
|
||||||
if (value >= 70 && value < 80 && time >= 500) {
|
if (value >= 70 && value <= 80 && time >= 500) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user