不生成外键测试

This commit is contained in:
2026-04-28 15:51:48 +08:00
parent eca91b139b
commit bb9c7066c7
4 changed files with 60 additions and 14 deletions
@@ -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