프로젝트

일반

사용자정보

개정판 993feace

ID993feace405536a676f23c567db1314ab863ac1a
상위 29c4039f
하위 1d02c891

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

issue #0000
document list 저장 로직 수정 진행중

Change-Id: I8fef1f1695bee0da0dc222b9e25093dda2eb908a

차이점 보기:

ID2.Manager/ID2.Manager.Controller/Controllers/DocumentController.cs
142 142
            }
143 143
        }
144 144

  
145
        public bool SetDocumentData(List<Documents> docList, List<Documents> delDocList, string userId)
145
        public bool SetDocumentData(string projectGroupID, List<Documents> docList, List<Documents> delDocList, string userId)
146 146
        {
147 147
            try
148 148
            {
149 149
                using (DocumentRepository rep = new DocumentRepository(this._MSSQLCONNSTR))
150 150
                {
151
                    return rep.SetDocumentData(docList, delDocList, userId);
151
                    return rep.SetDocumentData(projectGroupID, docList, delDocList, userId);
152 152
                }
153 153
            }
154 154
            catch (Exception ex)

내보내기 Unified diff

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