修改统计
This commit is contained in:
@@ -408,7 +408,7 @@ namespace IRaCIS.Core.Application
|
||||
|
||||
if (_taskAllocationRuleRepository.Where(t => t.TrialId == trialConfig.TrialId && t.IsEnable).Sum(t => t.PlanReadingRatio) != 100)
|
||||
{
|
||||
return ResponseOutput.NotOk("已启用医生的记录比率不为百分之100");
|
||||
return ResponseOutput.NotOk("已启用医生比率不为百分之100");
|
||||
}
|
||||
|
||||
return ResponseOutput.Ok(await _trialRepository.SaveChangesAsync());
|
||||
|
||||
Reference in New Issue
Block a user