20250729 新增合同绩效违规处理邮件
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user