不生成外键测试
This commit is contained in:
@@ -73,7 +73,7 @@ namespace IRaCIS.Core.Application.Service
|
||||
{
|
||||
if (inQuery.Id == null && inQuery.VisitTaskId == null)
|
||||
{
|
||||
throw new BusinessValidationFailedException("Id 或者VisitTaskId 必传一个");
|
||||
throw new BusinessValidationFailedException("The interface parameter Id or VisitTaskId cannot be passed at the same time");
|
||||
}
|
||||
|
||||
var result = await _userFeedBackRepository
|
||||
|
||||
Reference in New Issue
Block a user