修改空提示
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
26dbbd8dc9
commit
95665f0274
|
@ -22,7 +22,7 @@ namespace IRaCIS.Core.Infrastructure.Extention
|
|||
|
||||
if (result == null)
|
||||
{
|
||||
throw new QueryBusinessObjectNotExistException($"The query object does not exist in database, Please check the query parameters");
|
||||
throw new QueryBusinessObjectNotExistException($"The query object {typeof(TSource).Name} does not exist in database, Please check the query parameters");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue