修改仓储
This commit is contained in:
+2
-2
@@ -12,7 +12,7 @@ namespace IRaCIS.Core.Infrastructure.Extention
|
||||
{
|
||||
if(businessObject == null)
|
||||
{
|
||||
throw new QueryBusinessObjectNotExistException($"The query object {typeof(TEntity).Name} does not exist , or was deleted by someone else, or an incorrect parameter query caused");
|
||||
throw new QueryBusinessObjectNotExistException($"The query object {typeof(TEntity).Name} does not exist in database, Please check the query parameters");
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -25,7 +25,7 @@ namespace IRaCIS.Core.Infrastructure.Extention
|
||||
{
|
||||
if (businessStruct == null)
|
||||
{
|
||||
throw new QueryBusinessObjectNotExistException($"The query object {typeof(TEntity).Name} does not exist , or was deleted by someone else, or an incorrect parameter query caused");
|
||||
throw new QueryBusinessObjectNotExistException($"The query object {typeof(TEntity).Name} does not exist in database, Please check the query parameters");
|
||||
}
|
||||
else
|
||||
{
|
||||
Reference in New Issue
Block a user