HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/process/DeviceProcess.cs
@@ -92,7 +92,7 @@ internal static void Traffic() { var db = new SqlHelper<object>().GetInstance(); List<string> locs = new List<string>() { "LCDP-001" }; List<string> locs = new List<string>() { "LCDP-001", "BADPW-01" }; var location = db.Queryable<Location>().Where(a => locs.Contains(a.S_CODE)).ToList(); if (location.Count > 0) {