개정판 49ab10bd
issue #00000 ID2Excel 수정
Change-Id: I5c4a84709b1b9cece103eccb711db43e7a3c15bd
ID2.Manager/ID2.Manager.Common/Helpers/ID2Excel.cs | ||
---|---|---|
165 | 165 |
foreach (var row in ExcelData.Where(row => row.ROW_INDEX > exRow).GroupBy(x => x.ROW_INDEX)) |
166 | 166 |
{ |
167 | 167 |
var document = new Documents(); |
168 |
document.DocID = Guid.NewGuid().ToString(); |
|
168 |
//document.DocID = Guid.NewGuid().ToString();
|
|
169 | 169 |
|
170 | 170 |
foreach (var cell in row.OrderBy(x=>x.COUMMN_INDEX)) |
171 | 171 |
{ |
... | ... | |
212 | 212 |
document.AttFiles.Add(new AttFileInfo |
213 | 213 |
{ |
214 | 214 |
FileID = Guid.NewGuid().ToString(), |
215 |
RefID = document.DocID, |
|
215 |
//RefID = document.DocID,
|
|
216 | 216 |
Category = "toreview", |
217 | 217 |
FileType = "image/png", |
218 | 218 |
FileName = "ClipBoard", |
... | ... | |
245 | 245 |
document.AttFiles.Add(new AttFileInfo |
246 | 246 |
{ |
247 | 247 |
FileID = Guid.NewGuid().ToString(), |
248 |
RefID = document.DocID, |
|
248 |
//RefID = document.DocID,
|
|
249 | 249 |
Category = "frreview", |
250 | 250 |
FileType = "image/png", |
251 | 251 |
FileName = "ClipBoard", |
내보내기 Unified diff