集团查看数据

This commit is contained in:
2023-03-25 14:46:00 +08:00
parent ec02fe24aa
commit a33c14f46d
110 changed files with 17953 additions and 0 deletions
+17
View File
@@ -455,5 +455,22 @@ namespace BLL
}
return filename;//返回相对路径
}
/// <summary>
///
/// </summary>
/// <param name="toKeyId"></param>
/// <param name="menuId"></param>
/// <returns></returns>
public static IList<Model.AttachFile> GetBeforeFileList(string toKeyId, string menuId)
{
List<string> listToKeyId = new List<string>();
listToKeyId.Add(toKeyId);
// listToKeyId.Add(toKeyId + "r");
//listToKeyId.Add(toKeyId + "re");
var list = Funs.DB.AttachFile.Where(p => listToKeyId.Contains(p.ToKeyId) && p.MenuId == menuId).ToList();
return list;
}
}
}
+5
View File
@@ -3566,6 +3566,11 @@ namespace BLL
/// </summary>
public const string PostMangerId = "13B6BD84-62FD-48F9-8C69-3594DACCF95D";
/// <summary>
/// 安全总监岗位Id
/// </summary>
public static string WorkPost_HSSEDirector = "8A7C2CDF-AFB5-4826-9951-343253342DAC";
#region WBS_BreakdownProject表中SourceBreakdownId
public const string SourceBreakdownId = "2cbaabf0-c58a-4a12-b36e-4f8e588fa18e";