添加查询参数
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user