개정판 9646e768
issue #0000
테스트 로직 삭제
Change-Id: I4e30dc248882ee156de5f527dd01abfd03cd8438
ID2.Manager/ID2.Manager/Main.cs | ||
---|---|---|
674 | 674 |
} |
675 | 675 |
catch (Exception ex) |
676 | 676 |
{ |
677 |
if (e.Row.DataBoundItem is Documents doc) |
|
678 |
{ |
|
679 |
try |
|
680 |
{ |
|
681 |
if (doc.ID2StartDate == null) |
|
682 |
{ |
|
683 |
var returnDoc = new DocumentController().SetDocumentDataField(new Documents() |
|
684 |
{ |
|
685 |
DocID = doc.DocID, |
|
686 |
ID2StartDate = DateTime.Now |
|
687 |
}, informations.ActiveUser.ID); |
|
688 |
|
|
689 |
if (returnDoc != null) |
|
690 |
{ |
|
691 |
doc.ID2StartDate = returnDoc.ID2StartDate; |
|
692 |
} |
|
693 |
} |
|
694 |
} |
|
695 |
catch { } |
|
696 |
} |
|
697 | 677 |
RadMessageBox.Show(ex.Message, "Error", MessageBoxButtons.OK, RadMessageIcon.Error); |
698 | 678 |
} |
699 | 679 |
break; |
내보내기 Unified diff