添加查询参数

This commit is contained in:
he
2022-04-13 14:31:41 +08:00
parent 6944ca3049
commit b643ae1c18
5 changed files with 81 additions and 55 deletions
@@ -219,7 +219,6 @@ namespace IRaCIS.Core.API.Controllers
[UnitOfWork]
public async Task<IResponseOutput> DeletePreviousHistory(DataInspectionDto<IDDto> opt)
{
var fun = _clinicalDataService.DeletePreviousHistory;
return await _inspectionService.Enforcement(opt.OptCommand.Id, opt.AuditInfo, opt.SignInfo, fun);
}
@@ -308,8 +307,6 @@ namespace IRaCIS.Core.API.Controllers
}
/// <summary>
/// 删除访视计划对象
/// </summary>