개정판 74aa670a
issue #0000
delete 수정
Main Excel Import 수정
Change-Id: Iee37fe47dc89f67dafe4f0c3efb4d7844fb04129
ID2.Manager/ID2.Manager.Dapper/Repository/DocumentRepository.cs | ||
---|---|---|
40 | 40 |
if (docIDList.Length > 0) |
41 | 41 |
{ |
42 | 42 |
query = $@" |
43 |
update from dbo.Documents
|
|
44 |
set IsDeleted=1 |
|
45 |
,DeletedDate=getdate() |
|
46 |
where [DocID] in ('{docIDList}');"; |
|
43 |
update dbo.Documents |
|
44 |
set IsDeleted=1
|
|
45 |
,DeletedDate=getdate()
|
|
46 |
where [DocID] in ('{docIDList}');";
|
|
47 | 47 |
base.Execute(query, transaction); |
48 | 48 |
} |
49 | 49 |
} |
내보내기 Unified diff