北京需求优化

This commit is contained in:
hzj
2026-06-15 11:43:49 +08:00
parent e1f3dc5fa7
commit 455ea830fa

View File

@@ -358,7 +358,7 @@ public class SendMessageServiceImpl implements SendMessageService {
}
// 条件3: 电压降至70%—80%持续时间超过500ms
if (value >= 70 && value < 80 && time >= 500) {
if (value >= 70 && value <= 80 && time >= 500) {
return true;
}