查询修改
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2026-07-30 17:38:50 +08:00
parent 980248d899
commit 8641a11b53
2 changed files with 18 additions and 4 deletions
@@ -35,7 +35,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
[HttpPost]
public async Task<IResponseOutput> getInspectionById(InspectionDto inDto)
{
var dataInspection = await _dataInspectionRepository.Select(x=> new InspectionDto()
var dataInspection = await _dataInspectionRepository.Where(x=>x.Id==inDto.Id).Select(x=> new InspectionDto()
{
Id=x.Id,
JsonDetail = x.JsonDetail,