프로젝트

일반

사용자정보

개정판 fdfa126d

IDfdfa126da23804db1255575ee78822e7f2642f47
상위 6843ac13
하위 30c2742e

김태성이(가) 10달 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)