林豪 左 %!s(int64=2) %!d(string=hai) anos
pai
achega
5ee899cf07
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ServiceCenter/Logs/LogHub.cs

+ 1 - 1
ServiceCenter/Logs/LogHub.cs

@@ -29,7 +29,7 @@ namespace ServiceCenter.Logs
                     }));
                 }
                 //存入业务报警内容
-                List<BusinessAlarm> businesses = logs.Where(v => v.Log.Level != LogLevelEnum.Low && v.Log.LogUpLoad == LogUpLoadEnum.UpLoadWMS).Select(v => new BusinessAlarm()
+                List<BusinessAlarm> businesses = logs.Where(v => v.Log.Level > LogLevelEnum.Low && v.Log.LogUpLoad == LogUpLoadEnum.UpLoadWMS).Select(v => new BusinessAlarm()
                 {
                     BusinessName = v.Channel.System,
                     DevNo = v.Channel.Item,