개정판 285635d3
markus api의 Member 가져오는 Entity를 모두 쿼리로 변경
Change-Id: I028e1983be064366fdb95282874f9c2c7bc3901f
KCOM/Events/Implementation/TopMenuEvent.cs | ||
---|---|---|
457 | 457 |
|
458 | 458 |
markupinfo = Common.ViewerDataModel.Instance.SystemMain.dzMainMenu.BaseClient.GetPrintDocItemList(App.ViewInfo.ProjectNO, App.ViewInfo.DocumentItemID, ViewerDataModel.Instance._markupInfoList.ToList()); |
459 | 459 |
|
460 |
if (markupinfo.Count() > 0) |
|
460 |
if (markupinfo?.Count() > 0)
|
|
461 | 461 |
{ |
462 | 462 |
Logger.sendResLog("GetPrintDocItemList", "TRUE", 1); |
463 | 463 |
} |
내보내기 Unified diff