稽查
This commit is contained in:
@@ -318,11 +318,11 @@ namespace IRaCIS.Core.Application.Service.Inspection
|
||||
add =await _dataInspectionRepository.SetDataInspectionDateType(add);
|
||||
|
||||
|
||||
await _repository.AddAsync(add);
|
||||
//await _repository.AddAsync(add);
|
||||
|
||||
|
||||
var success = await _repository.SaveChangesAsync();
|
||||
return ResponseOutput.Ok(success);
|
||||
//var success = await _repository.SaveChangesAsync();
|
||||
return ResponseOutput.Ok();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user