@@ -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 + "%'";