개정판 b2ff5ff4
document 조회
- date 조건추가
- ID2 시작일, ID2 종료일, AVEVA 변환일, AVEVA 검토일 -> or 조건
Change-Id: I1918d4fe1f07aa1f303b0728ee0299c764c69f17
ID2.Manager/ID2.Manager.Common/Informations.cs | ||
---|---|---|
86 | 86 |
private readonly Dictionary<string, string> _DateType = new Dictionary<string, string>() |
87 | 87 |
{ |
88 | 88 |
{ "ID2StartDate", "ID2 시작일" }, |
89 |
{ "ID2EndDate", "ID2 종료일" },
|
|
89 |
{ "ID2EndDate", "ID2 완료일" },
|
|
90 | 90 |
{ "AVEVAConvertDate", "AVEVA 변환일" }, |
91 | 91 |
{ "AVEVAReviewDate", "AVEVA 검토일" } |
92 | 92 |
}; |
내보내기 Unified diff