프로젝트

일반

사용자정보

개정판 74aa670a

ID74aa670a64b5c69d96a101c8778cc56efa5f226c
상위 73a686e6
하위 b17bdcc4

유성호이(가) 약 2년 전에 추가함

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
                    }
ID2.Manager/ID2.Manager/Main.cs
504 504
                           }));
505 505

  
506 506
                    this.documents.AddRange(appendDocuments);
507
                    if (this.radGridViewDocuments.DataSource != null)
508
                        this.radGridViewDocuments.DataSource = null;
507 509
                    this.radGridViewDocuments.DataSource = this.documents;
508 510

  
509 511
                    //foreach (Documents appDoc in appendDocuments)

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)