case 3734

This commit is contained in:
2020-04-01 22:33:57 +00:00
parent e8dedc02db
commit f56608bbba

View File

@@ -2406,7 +2406,8 @@ namespace GZTW.AyaNova.BLL
//if(log.IsDebugEnabled) //if(log.IsDebugEnabled)
// //case 1039 //log.Debug("GetSearchResultFor(Type=" + RootObjectType.ToString() + ", ID=" + RootObjectID.ToString()); // //case 1039 //log.Debug("GetSearchResultFor(Type=" + RootObjectType.ToString() + ", ID=" + RootObjectID.ToString());
try//case 3734
{
switch (RootObjectType) switch (RootObjectType)
{ {
case RootObjectTypes.Client: case RootObjectTypes.Client:
@@ -2569,12 +2570,13 @@ namespace GZTW.AyaNova.BLL
#endif #endif
} }
} }
}
catch
{
//case 3734 fixes issue with missing source object still in dictionary
return new SearchResult();
}
} }