개정판 5ded1e5a
issue #1206: 주석 제거
Change-Id: I2d1585c07f86351ebd1418d6807ea8c784c15535
KCOM/Services/BaseServices.cs | ||
---|---|---|
682 | 682 |
|
683 | 683 |
|
684 | 684 |
public void SetView(ViewInfo info) |
685 |
{ |
|
686 |
//string docid = info.EnsembleID;//BaseClient.GetDocItemID(info.EnsembleID);
|
|
685 |
{
|
|
686 |
string docid = BaseClient.GetDocItemID(info.EnsembleID);
|
|
687 | 687 |
this._ViewInfo = info; |
688 |
//if (!string.IsNullOrEmpty(docid))
|
|
689 |
//{
|
|
690 |
// this._ViewInfo.DocumentItemID = docid;
|
|
691 |
//}
|
|
692 |
Logger.sendReqLog("GetSystemDataAsync", "", 1); |
|
688 |
if (!string.IsNullOrEmpty(docid)) |
|
689 |
{ |
|
690 |
this._ViewInfo.DocumentItemID = docid; |
|
691 |
} |
|
692 |
Logger.sendReqLog("GetSystemDataAsync", "", 1);
|
|
693 | 693 |
BaseClient.GetSystemDataAsync(); |
694 | 694 |
} |
695 | 695 |
|
KCOM_API/ServiceDeepView.svc.cs | ||
---|---|---|
568 | 568 |
/// <summary> |
569 | 569 |
/// DOCUMENT_ITEM Table 의 ID 로 Item 을 Select |
570 | 570 |
/// </summary> |
571 |
/// 대림의 경우 Interface ID(Document 의 ID) 를 parameter 로 전달 |
|
572 |
/// 넘어온 ID를 통해 document id 를 확인하는 과정이 필요 |
|
571 | 573 |
/// <param name="ensemble_id"></param> |
572 | 574 |
/// <returns></returns> |
573 | 575 |
[OperationContract] |
내보내기 Unified diff