개정판 993feace
issue #0000
document list 저장 로직 수정 진행중
Change-Id: I8fef1f1695bee0da0dc222b9e25093dda2eb908a
ID2.Manager/ID2.Manager/Main.cs | ||
---|---|---|
2150 | 2150 |
#endregion |
2151 | 2151 |
|
2152 | 2152 |
#region document no 중복 유효성 체크 |
2153 |
//this.documents.GroupBy(g => new { g.RefProjectCode, g.DocumentNo }) |
|
2154 |
// .Where(x => x.Count() > 1).Select(x => x.Key).ToList(); |
|
2155 |
|
|
2153 | 2156 |
//int dupDwgNoCount = 0; |
2154 | 2157 |
//List<string> newDwgNos = this.documents.Where(x => string.IsNullOrEmpty(x.DocID)).Select(x => x.DocumentNo).ToList(); |
2155 | 2158 |
//if (newDwgNos.Count > 0) |
내보내기 Unified diff