개정판 b421ac6b
issue #000 slip no string error modify
KCOM_API/ServiceDeepView.svc.cs | ||
---|---|---|
372 | 372 |
IsSyncPossible = docitem.DOCUMENT_ID == DocumentId ? false : true |
373 | 373 |
}); |
374 | 374 |
_result = _vpList.ToList(); |
375 |
_result = _result.OrderByDescending(r => Convert.ToInt32(r.GroupNo)).ToList();
|
|
375 |
_result = _result.OrderByDescending(r => r.GroupNo).ToList();
|
|
376 | 376 |
} |
377 | 377 |
} |
378 | 378 |
catch (Exception) |
내보내기 Unified diff