20250729 新增合同绩效违规处理邮件

This commit is contained in:
2025-07-29 09:36:24 +08:00
parent c10314d301
commit 50ddcb8dcf
4 changed files with 184 additions and 18 deletions
+1 -1
View File
@@ -350,7 +350,7 @@ namespace BLL
/// <returns></returns>
public static List<Model.View_Sys_Users> GetUserViewList()
{
return (from x in Funs.DB.View_Sys_Users where x.IsPost == true orderby x.DepartName, x.UserName select x).ToList();
return (from x in Funs.DB.View_Sys_Users orderby x.DepartName, x.UserName select x).ToList();
}
/// <summary>