개정판 ff990784
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