添加代码

This commit is contained in:
he
2022-04-25 17:21:13 +08:00
parent 210323eb8a
commit 0e30547736
7 changed files with 70 additions and 91 deletions
@@ -402,7 +402,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
public async Task SetEnum(DataInspectionAddDTO Data)
{
Data.JsonDetail= await _dataInspectionRepository.SetEnum(Data.Identification, Data.JsonDetail);
Data.JsonDetail= await _dataInspectionRepository.SetEnum(Data.TrialId.Value, Data.Identification, Data.JsonDetail);
#region
//try
//{