修改代码
This commit is contained in:
@@ -345,7 +345,7 @@ namespace IRaCIS.Core.API.Controllers
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// 影像转发
|
||||
/// </summary>
|
||||
/// <param name="opt"></param>
|
||||
/// <returns></returns>
|
||||
@@ -354,6 +354,7 @@ namespace IRaCIS.Core.API.Controllers
|
||||
public async Task<IResponseOutput> ForwardSVDicomImage(DataInspectionDto<ForwardSVDicomImageDto> opt)
|
||||
{
|
||||
var fun = _qCOperationService.ForwardSVDicomImage;
|
||||
opt.AuditInfo.NeedSava = false;
|
||||
return await _inspectionService.Enforcement(opt.OptCommand, opt.AuditInfo, opt.SignInfo, fun);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user