개정판 fdfa126d
issue #00000 finalPDFService DL
Change-Id: I43e48d3a13bf1732d9b384cea97623f0e8c700be
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
287 | 287 |
{ |
288 | 288 |
string uri = string.Empty; |
289 | 289 |
|
290 |
string sFolder = sDocumentID.All(char.IsDigit) ? (Convert.ToUInt32(sDocumentID) / 100).ToString() : (sDocumentID.Length >= 5 ? sDocumentID.Substring(0, 5) : sDocumentID);
|
|
290 |
string sFolder = sDocumentID.All(char.IsDigit) ? (Convert.ToUInt64(sDocumentID) / 100).ToString() : (sDocumentID.Length >= 5 ? sDocumentID.Substring(0, 5) : sDocumentID);
|
|
291 | 291 |
if (userData.COMPANY != "EXT") |
292 | 292 |
{ |
293 | 293 |
uri = String.Format(CommonLib.Common.GetConfigString("mainServerImageWebPath", "URL", "", App.isExternal), _ViewInfo.ProjectNO, sFolder, sDocumentID, iPageNo); |
... | ... | |
326 | 326 |
} |
327 | 327 |
else |
328 | 328 |
{ |
329 |
string sFolder = sDocumentID.All(char.IsDigit) ? (Convert.ToUInt32(sDocumentID) / 100).ToString() : (sDocumentID.Length >= 5 ? sDocumentID.Substring(0, 5) : sDocumentID);
|
|
329 |
string sFolder = sDocumentID.All(char.IsDigit) ? (Convert.ToUInt64(sDocumentID) / 100).ToString() : (sDocumentID.Length >= 5 ? sDocumentID.Substring(0, 5) : sDocumentID);
|
|
330 | 330 |
if (userData.COMPANY != "EXT") |
331 | 331 |
{ |
332 | 332 |
uri = String.Format(CommonLib.Common.GetConfigString("mainServerImageWebPath", "URL", "", App.isExternal), _ViewInfo.ProjectNO, sFolder, sDocumentID, filename); |
내보내기 Unified diff