프로젝트

일반

사용자정보

개정판 ff990784

IDff990784cede17a522d95a52aa7b5097c296ade2
상위 fb735d21
하위 9ca8730b

유성호이(가) 일년 이상 전에 추가함

issue #0000
- document 저장 성공 시 markus document 저장 하도록 수정
- document no 중복 체크(서버체크)

Change-Id: Id4a5a4f91041447d0080ce8b45e15139a0609a1c

차이점 보기:

ID2.Manager/ID2.Manager.Controller/Controllers/DocumentController.cs
138 138
            }
139 139
        }
140 140

  
141
        public int ExistsDocument(string projectGroupID, List<string> newDwgNos)
142
        {
143
            try
144
            {
145
                using (DocumentRepository rep = new DocumentRepository(this._MSSQLCONNSTR))
146
                {
147
                    return rep.ExistsDocument(projectGroupID, newDwgNos);
148
                }
149
            }
150
            catch (Exception ex)
151
            {
152
                throw ex;
153
            }
154
        }
155

  
141 156
        public bool SetDocumentData(List<Documents> docList, List<Documents> delDocList, string userId)
142 157
        {
143 158
            try

내보내기 Unified diff

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