对比应用之前比率

Uat_Study
hang 2022-06-17 13:29:47 +08:00
parent 9a782af518
commit 77f478c293
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ namespace IRaCIS.Core.Application.Service
/// 获取应用Subject后 医生比率情况
/// </summary>
/// <returns></returns>
[HttpPost]
public async Task<List<TaskAllocationRuleView>> GetSubjectApplyDoctorTaskStatList(ApplySubjectCommand assignConfirmCommand)
{
var taskAllocationRuleQueryable = _taskAllocationRuleRepository.Where(t => t.TrialId == assignConfirmCommand.TrialId)