개정판 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/Properties/Settings.Designer.cs | ||
---|---|---|
25 | 25 |
|
26 | 26 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
27 | 27 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
28 |
[global::System.Configuration.DefaultSettingValueAttribute("data source=172.21.101.29;database={0};user id=ProjectPortalDBConn;password=Proje" +
|
|
29 |
"ctPortalDBConn")]
|
|
28 |
[global::System.Configuration.DefaultSettingValueAttribute("data source=cloud.devdoftech.co.kr,7777;database={0};user id=doftech;password=dof" +
|
|
29 |
"1073#")]
|
|
30 | 30 |
public string ProjectConnectionString { |
31 | 31 |
get { |
32 | 32 |
return ((string)(this["ProjectConnectionString"])); |
내보내기 Unified diff