集团查看数据
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user