개정판 5a223b60
Fix: Approval로 등록된 심볼을 배치하지 못하는 오류 수정
- 심볼 배치 후 작업 영역을 클릭하면 MARKUS가 종료되는 오류 수정
Change-Id: I4e5be7f497aae8ba3f385c8efad688a7f82ae492
KCOM_API/MarkusService.svc.cs | ||
---|---|---|
183 | 183 |
string result = false.ToString(); |
184 | 184 |
|
185 | 185 |
//string _id = GetGuid(0, GuidGenerator.GetUniqueGuid()).ToString(); |
186 |
string _id = shortGuid();
|
|
186 |
string _id = ShortGuid();
|
|
187 | 187 |
string _doc_id = document_Id;// ((UInt32)document_Id.GetHashCode()).ToString(); |
188 | 188 |
|
189 | 189 |
string sCIConnString = ConfigurationManager.ConnectionStrings["CIConnectionString"].ConnectionString; |
... | ... | |
321 | 321 |
throw new Exception("Error in Base64Decode: " + e.Message); |
322 | 322 |
} |
323 | 323 |
} |
324 |
public string shortGuid()
|
|
324 |
public string ShortGuid()
|
|
325 | 325 |
{ |
326 | 326 |
byte[] bytes = new byte[16]; |
327 | 327 |
using (var provider = System.Security.Cryptography.RandomNumberGenerator.Create()) |
내보내기 Unified diff