fix:增加alt谱新类型
This commit is contained in:
parent
eadb1dcda3
commit
4cd083e6b8
|
@ -70,7 +70,8 @@ public class NameStandUtil {
|
|||
else if(dataType.contains(DataType.ALERT_FLOW.getType())||
|
||||
dataType.contains(DataType.ALERT_SYSTEM.getType())||
|
||||
dataType.contains(DataType.ALERT_TEMP.getType())||
|
||||
dataType.contains(DataType.ALERT_UPS.getType()))
|
||||
dataType.contains(DataType.ALERT_UPS.getType()) ||
|
||||
dataType.contains(DataType.ALERT_PRESSURE.getType()))
|
||||
{
|
||||
path.append(StringPool.SLASH+"Alert");
|
||||
}
|
||||
|
|
|
@ -74,7 +74,8 @@ public class AlertSpectrum extends AbstractSpectrumHandler{
|
|||
if(DataType.ALERT_FLOW.getType().equals(super.currDataType.getType()) ||
|
||||
DataType.ALERT_TEMP.getType().equals(super.currDataType.getType()) ||
|
||||
DataType.ALERT_SYSTEM.getType().equals(super.currDataType.getType()) ||
|
||||
DataType.ALERT_UPS.getType().equals(super.currDataType.getType())){
|
||||
DataType.ALERT_UPS.getType().equals(super.currDataType.getType())||
|
||||
DataType.ALERT_PRESSURE.getType().equals(super.currDataType.getType())){
|
||||
try{
|
||||
//打印当前处理的能谱类型
|
||||
super.printCurrDataType();
|
||||
|
|
Loading…
Reference in New Issue
Block a user