프로젝트

일반

사용자정보

개정판 9646e768

ID9646e768c1e1f3039d0930f851af8419f2244049
상위 75b21c63
하위 fe57f64a

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

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

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