添加代码
This commit is contained in:
@@ -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
|
||||
//{
|
||||
|
||||
Reference in New Issue
Block a user