프로젝트

일반

사용자정보

개정판 1d79913e

ID1d79913ed251f7cde902fe7017e289cdc350ab0e
상위 42d49521
하위 b4a1c7ff

김태성이(가) 약 2년 전에 추가함

issue #00000 error notice mail 안 되는 문제 수정

Change-Id: I307236bdea2ca63347b99a174c02e1e53f05a3a7

차이점 보기:

KCOM/Events/ConsolidateCommand.cs
40 40
        /// </summary>
41 41
        /// <param name="UserState"></param>
42 42
        /// <param name="iPageNo"></param>
43
        public bool Execute(List<MarkupInfoItem> InfoList, int iPageNo)
43
        public async Task<bool> ExecuteAsync(List<MarkupInfoItem> InfoList, int iPageNo)
44 44
        {
45
            bool result = false; 
45
            bool result = false;
46 46

  
47 47
            try
48 48
            {
......
57 57
                /// 현재 작업 내용을 저장
58 58
                //Common.ViewerDataModel.Instance.SystemMain.dzTopMenu._SaveEvent(null, null);
59 59

  
60
          
60

  
61 61
                ViewerDataModel.Instance.IsConsolidate = false;
62 62

  
63 63
                //Logger.sendReqLog("Consolidate", App.ViewInfo.ProjectNO + "," + App.ViewInfo.UserID + "," + sDocID + "," + InfoList, 1);
64 64
                //Logger.sendResLog("Consolidate", Common.ViewerDataModel.Instance.SystemMain.dzMainMenu.BaseClient.Consolidate(App.ViewInfo.ProjectNO, App.ViewInfo.UserID, sDocID, InfoList).ToString(), 1);
65 65

  
66
                result = Common.ViewerDataModel.Instance.SystemMain.dzMainMenu.BaseTaskClient.Consolidate(App.ViewInfo.ProjectNO, App.ViewInfo.UserID, sDocID, InfoList);
66
                result = await Common.ViewerDataModel.Instance.SystemMain.dzMainMenu.BaseTaskClient.ConsolidateAsync(App.ViewInfo.ProjectNO, App.ViewInfo.UserID, sDocID, InfoList);
67 67

  
68 68
                //Logger.sendReqLog("GetMarkupInfoItemsAsync", App.ViewInfo.ProjectNO + "," + sDocID, 1);
69
                if(result)
69
                if (result)
70
                {
70 71
                    Common.ViewerDataModel.Instance.SystemMain.dzMainMenu.BaseClient.GetMarkupInfoItemsAsync(App.ViewInfo.ProjectNO, sDocID);
72
                }
71 73
            }
72 74
            catch (Exception ex)
73 75
            {

내보내기 Unified diff

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