修改一版
This commit is contained in:
@@ -456,7 +456,7 @@ namespace IRaCIS.Core.API.Controllers
|
||||
public async Task<IResponseOutput> deleteNoneDicomStudyFile(DataInspectionDto<IDDto> opt)
|
||||
{
|
||||
var fun = _noneDicomStudyService.DeleteNoneDicomStudyFile;
|
||||
opt.AuditInfo.GeneralId = opt.OptCommand.Id;
|
||||
//opt.AuditInfo.GeneralId = opt.OptCommand.Id;
|
||||
return await _inspectionService.Enforcement(opt.OptCommand.Id, opt.AuditInfo, opt.SignInfo, fun);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user