프로젝트

일반

사용자정보

개정판 2aa2a446

ID2aa2a44669c31bef213bc2983d0ba02ca14e19c8
상위 4ad698e0
하위 52093c79, d9949772

유성호이(가) 일년 이상 전에 추가함

issue #0000
ID2 작업여부
- Model 삭제
- DB 삭제
- 조회조건 및 crud 제거, 디자인 수정
- Excel 주석
마크업 여부
- Model 삭제
- DB 삭제
- crud 제거, 디자인 수정

Change-Id: I74bcd49d0e6199dd1396c5e44891b919722644fb

차이점 보기:

ID2.Manager/ID2.Manager.Common/Helpers/ID2Excel.cs
258 258
                                    });
259 259
                                }
260 260
                                break;
261
                            case 22:
262
                                document.IsID2Work = value;
263
                                break;
261
                            //case 22:
262
                            //    document.IsID2Work = value;
263
                            //    break;
264 264
                            case 24:
265 265
                                document.ID2StartDate = string.IsNullOrEmpty(value) ? (DateTime?)null : Convert.ToDateTime(value);
266 266
                                break;
......
438 438
                                   FrCreator = ws.Rows[p.Index].Cells[18].IsNullOrEmpty() ? string.Empty : this.GetUser(ws.Rows[p.Index].Cells[18].Value.ToString()).ID,
439 439
                                   //FrCapture = ws.Rows[p.Index].Cells[5].IsNullOrEmpty() ? string.Empty : ws.Rows[p.Index].Cells[5].Value.ToString(),
440 440
                                   //FrIsMarkup = ws.Rows[p.Index].Cells[5].IsNullOrEmpty() ? string.Empty : ws.Rows[p.Index].Cells[5].Value.ToString(),
441
                                   IsID2Work = ws.Rows[p.Index].Cells[21].IsNullOrEmpty() ? string.Empty : ws.Rows[p.Index].Cells[21].Value.ToString(),
441
                                   //IsID2Work = ws.Rows[p.Index].Cells[21].IsNullOrEmpty() ? string.Empty : ws.Rows[p.Index].Cells[21].Value.ToString(),
442 442
                                   //ID2Connection = ws.Rows[p.Index].Cells[5].IsNullOrEmpty() ? string.Empty : ws.Rows[p.Index].Cells[5].Value.ToString(),
443 443
                                   ID2StartDate = ws.Rows[p.Index].Cells[23].IsNullOrEmpty() ? (DateTime?)null : Convert.ToDateTime(ws.Rows[p.Index].Cells[23].Value?.ToString()),
444 444
                                   ID2EndDate = ws.Rows[p.Index].Cells[24].IsNullOrEmpty() ? (DateTime?)null : Convert.ToDateTime(ws.Rows[p.Index].Cells[24].Value?.ToString()),

내보내기 Unified diff

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