忽略中断事件
This commit is contained in:
@@ -275,6 +275,9 @@ public class SocketFreqConverterDevService {
|
||||
|
||||
if (DetectionCodeEnum.MAG.getCode().equalsIgnoreCase(sqlDataDTO.getDesc())) {
|
||||
residualVoltage = value;
|
||||
if (residualVoltage <= 6) {
|
||||
return;
|
||||
}
|
||||
} else if (DetectionCodeEnum.DUR.getCode().equalsIgnoreCase(sqlDataDTO.getDesc())) {
|
||||
durationMs = (int) Math.round(value * 1000);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user