개정판 8d7ea9de
issue #0000
- main화면 깜빡임 수정
- Docking close 이벤트 수정
Change-Id: I779662e484befda3c8f634933e217b00a8a0e79c
ID2.Manager/ID2.Manager.Dapper/Repository/DocumentRepository.cs | ||
---|---|---|
146 | 146 |
try |
147 | 147 |
{ |
148 | 148 |
|
149 |
using (ID2.Manager.Dapper.Repository.AttFileRepository attFileRepository = new AttFileRepository(this._DbConnection.ConnectionString)) |
|
150 |
{ |
|
151 |
var test = attFileRepository.GetAttFileList("3ef4c3cd-2204-4213-8333-5a77c2b9f8cd", "toreview"); |
|
152 |
|
|
153 |
test.ToList().ForEach( |
|
154 |
x => |
|
155 |
System.Diagnostics.Debug.WriteLine(x.FileID)); |
|
156 |
} |
|
157 |
|
|
158 | 149 |
//files.[FileID],files.[FileID] as AttFileID, files.RefID, files.Category, files.FileType, files.FileName, files.FilePath, files.FileExtension, files.FileData, files.Remark, files.CreatedDate, files.Creator, |
159 | 150 |
string query = $@" |
160 | 151 |
select doc.*, |
내보내기 Unified diff