개정판 fdfa126d
issue #00000 finalPDFService DL
Change-Id: I43e48d3a13bf1732d9b384cea97623f0e8c700be
KCOM/Services/BaseServices.cs | ||
---|---|---|
271 | 271 |
} |
272 | 272 |
else |
273 | 273 |
{ |
274 |
string sFolder = _ViewInfo.DocumentItemID.All(char.IsDigit) ? (Convert.ToUInt32(_ViewInfo.DocumentItemID) / 100).ToString() : (_ViewInfo.DocumentItemID.Length >= 5 ? _ViewInfo.DocumentItemID.Substring(0, 5) : _ViewInfo.DocumentItemID);
|
|
274 |
string sFolder = _ViewInfo.DocumentItemID.All(char.IsDigit) ? (Convert.ToUInt64(_ViewInfo.DocumentItemID) / 100).ToString() : (_ViewInfo.DocumentItemID.Length >= 5 ? _ViewInfo.DocumentItemID.Substring(0, 5) : _ViewInfo.DocumentItemID);
|
|
275 | 275 |
|
276 | 276 |
/// 화면의 좌측 Thumbnail의 주소 |
277 | 277 |
var MainUrl = string.Format(CommonLib.Common.GetConfigString("mainServerImageWebPath", "URL", "", App.isExternal).Replace("png", "jpg"), _ViewInfo.ProjectNO, sFolder, _ViewInfo.DocumentItemID, "{PageNo}"); |
내보내기 Unified diff