Просмотр исходного кода

机具费率报警列表不显示状态99的

lcl 2 лет назад
Родитель
Сommit
0ade79f9c0

+ 1 - 1
Areas/Admin/Controllers/MainServer/PosFeeWarningRecordController.cs

@@ -57,7 +57,7 @@ namespace MySystem.Areas.Admin.Controllers
 
             Dictionary<string, string> Fields = new Dictionary<string, string>();
 
-            string condition = "";
+            string condition = " and Status<99";
             if (!string.IsNullOrEmpty(data.PosSn))
             {
                 condition += " and PosSn like '%" + data.PosSn + "%'";