프로젝트

일반

사용자정보

개정판 38d69491

ID38d69491020d2a565b7158e53b39c70500b84548
상위 3276cb1c
하위 92c9cab8

김태성이(가) 약 일년 전에 추가함

issue #00000 ctrl+S입력시 텍스트박스 입력 완료 되도록 수정

Change-Id: Id4ab97a53ab61022f5a2ac4d5ae63cd14338c2a7

차이점 보기:

KCOM_API/ServiceDeepView.svc.cs
256 256
        {
257 257
            List<Rect> result = new List<Rect>();
258 258

  
259
            string originFile = "";
260
            string targetFile = "";
261

  
259 262
            try
260 263
            {
261
                string originFile = "";
262
                string targetFile = "";
263

  
264
                string sOriginFolder = originDocItem_ID.All(char.IsDigit) ? (Convert.ToUInt32(originDocItem_ID) / 100).ToString() : (originDocItem_ID.Length >= 5 ? originDocItem_ID.Substring(0, 5) : originDocItem_ID);
265
                string sTagetFolder = targetDocItem_ID.All(char.IsDigit) ? (Convert.ToUInt32(targetDocItem_ID) / 100).ToString() : (targetDocItem_ID.Length >= 5 ? targetDocItem_ID.Substring(0, 5) : targetDocItem_ID);
264
                string sOriginFolder = originDocItem_ID.All(char.IsDigit) ? (Convert.ToInt64(originDocItem_ID) / 100).ToString() : (originDocItem_ID.Length >= 5 ? originDocItem_ID.Substring(0, 5) : originDocItem_ID);
265
                string sTagetFolder = targetDocItem_ID.All(char.IsDigit) ? (Convert.ToInt64(targetDocItem_ID) / 100).ToString() : (targetDocItem_ID.Length >= 5 ? targetDocItem_ID.Substring(0, 5) : targetDocItem_ID);
266 266

  
267 267
                if (Boolean.Parse(isInternalAddress))
268 268
                {
......
283 283
            catch (Exception ex)
284 284
            {
285 285
                System.Diagnostics.Trace.WriteLine("KCOM_API - GetCompareRect : " + ex.ToString());
286
                //throw new FaultException(ex.ToString() + " Inner Exception : " + ex.InnerException?.ToString());
286
                throw new FaultException($"{originFile} {targetFile}  " + ex.ToString() + " Inner Exception : " + ex.InnerException?.ToString());
287 287
            }
288 288

  
289 289

  
290 290
            return result;
291 291
        }
292 292

  
293

  
294

  
293 295
        /// <summary>
294 296
        /// 두 페이지를 비교하여 결과를 리턴한다
295 297
        /// </summary>
......
310 312
                string originFile = "";
311 313
                string targetFile = "";
312 314

  
313
                string sOriginFolder = originDocItem_ID.All(char.IsDigit) ? (Convert.ToUInt32(originDocItem_ID) / 100).ToString() : (originDocItem_ID.Length >= 5 ? originDocItem_ID.Substring(0, 5) : originDocItem_ID);
314
                string sTagetFolder = targetDocItem_ID.All(char.IsDigit) ? (Convert.ToUInt32(targetDocItem_ID) / 100).ToString() : (targetDocItem_ID.Length >= 5 ? targetDocItem_ID.Substring(0, 5) : targetDocItem_ID);
315
                string sOriginFolder = originDocItem_ID.All(char.IsDigit) ? (Convert.ToInt64(originDocItem_ID) / 100).ToString() : (originDocItem_ID.Length >= 5 ? originDocItem_ID.Substring(0, 5) : originDocItem_ID);
316
                string sTagetFolder = targetDocItem_ID.All(char.IsDigit) ? (Convert.ToInt64(targetDocItem_ID) / 100).ToString() : (targetDocItem_ID.Length >= 5 ? targetDocItem_ID.Substring(0, 5) : targetDocItem_ID);
315 317

  
316 318
                if (Boolean.Parse(isInternalAddress))
317 319
                {
......
561 563
                                       TO_VENDOR = docitem.RESULT_FILE,
562 564
                                       RESULT = docitem.RESULT,
563 565
                                       DocNo = docitem.DOCUMENT_NO,
566
                                       EnsembleLink = docitem.Link
564 567
                                       //EnsembleLink = docitem.ENSEMBLEINFO_URL,
565 568
                                       //IsSyncPossible = docitem.DOCUMENT_ID == DocumentId ? false : entity.DOCINFO.Where(d => d.DOCUMENT_ID == docitem.DOCUMENT_ID).ToList().Count > 0 ? true : false
566 569
                                   });

내보내기 Unified diff

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