case 3734
This commit is contained in:
@@ -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();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user