20240604 修改各项目巡查汇总
This commit is contained in:
@@ -1611,10 +1611,10 @@ namespace BLL
|
||||
}
|
||||
}
|
||||
|
||||
public static List<string> GetUserNameListsByWorkPostName(string projectId, string workPostName)
|
||||
{
|
||||
return (from x in Funs.DB.View_ProjectUserWorkPost where x.ProjectId == projectId && x.WorkPostName == workPostName select x.UserName).ToList();
|
||||
}
|
||||
//public static List<string> GetUserNameListsByWorkPostName(string projectId, string workPostName)
|
||||
//{
|
||||
// return (from x in Funs.DB.View_ProjectUserWorkPost where x.ProjectId == projectId && x.WorkPostName == workPostName select x.UserName).ToList();
|
||||
//}
|
||||
|
||||
public static List<string> GetUserNameListsByUnitIdWorkPostName(string projectId,string unitId, string workPostName)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user