This commit is contained in:
2024-10-10 14:34:16 +08:00
parent 65feccb6b2
commit 7d5c5d55c5
76 changed files with 59227 additions and 30691 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ namespace BLL
public static List<Model.Base_Depart> GetDarpDepartList()
{
return (from x in Funs.DB.Base_Depart where x.DepartCode.Contains("/") || x.DepartCode.ToLower() == "none" orderby x.DepartCode select x).ToList();
return (from x in Funs.DB.Base_Depart where x.DepartCode.Contains("/") || x.DepartCode == "NA" || x.DepartCode.ToLower() == "none" orderby x.DepartCode select x).ToList();
}
}
}