修改空提示
continuous-integration/drone/push Build is passing Details

IRC_NewDev
hang 2023-12-04 11:15:14 +08:00
parent 26dbbd8dc9
commit 95665f0274
1 changed files with 1 additions and 1 deletions

View File

@ -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
{