프로젝트

일반

사용자정보

개정판 9eb27750

ID9eb27750abd373b68dff524b48a9eabb6c5a2303
상위 ec338a60
하위 1258d746

송근호이(가) 5년 이상 전에 추가함

issue #000 로그뷰에서 retry 함수를 호출 할 때, 검색된 데이터 전체를 컨버팅 하기 위해서 startDate, endDate, isAllDocuments 을 Interface 클래스인 pRetryDocument에 Property로 추가하였음.
ConvertAPIController내의 /api/project/GetConvertDocument 함수에서는 DOCUMENT_ITEM를 가져올때 무조건 FirstOrDefault().DOCUMENT_ID 로 되어있어서 DocumentID이 없을 경우 Exception 떨어져서 변경.

Change-Id: I606963b4e56f2cea85d057d727380876a20f5e53

차이점 보기:

MarkusLogview/IKCOM/Interface.cs
76 76
    {
77 77
        public string projectNO { get; set; }
78 78
        public string[] documentID { get; set; }
79
        
79
        public bool isAllDocuments { get; set; }
80
        public DateTime startDate { get; set; }
81
        public DateTime endDate { get; set; }
80 82
    }
81 83

  
82 84

  

내보내기 Unified diff

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