修改答案
continuous-integration/drone/push Build is passing Details

Test_IRC_Net8
he 2025-10-24 14:19:04 +08:00
parent 1031222e47
commit 91b66660a6
1 changed files with 3 additions and 1 deletions

View File

@ -297,6 +297,8 @@ namespace IRaCIS.Core.Application.Service
{
await this.ChangePlottingScale(entity.Id, inDto.Proportion.Value);
}
await _visitTaskRepository.SaveChangesAsync();
return ResponseOutput.Ok(entity.Id);
}