개정판 9eb27750
issue #000 로그뷰에서 retry 함수를 호출 할 때, 검색된 데이터 전체를 컨버팅 하기 위해서 startDate, endDate, isAllDocuments 을 Interface 클래스인 pRetryDocument에 Property로 추가하였음.
ConvertAPIController내의 /api/project/GetConvertDocument 함수에서는 DOCUMENT_ITEM를 가져올때 무조건 FirstOrDefault().DOCUMENT_ID 로 되어있어서 DocumentID이 없을 경우 Exception 떨어져서 변경.
Change-Id: I606963b4e56f2cea85d057d727380876a20f5e53
MarkusLogview/MarkusDataModel/DTOs/ConvertPdfDTO.cs | ||
---|---|---|
93 | 93 |
public string ConvertTime { get; set; } |
94 | 94 |
public string Status { get; set; } |
95 | 95 |
public string DocumentURL { get; set; } |
96 |
public string Message { get; set; } |
|
96 | 97 |
} |
97 | 98 |
|
98 | 99 |
/// <summary> |
내보내기 Unified diff