修改统计

This commit is contained in:
2022-06-17 17:23:34 +08:00
parent d3d6c939d9
commit 286867172b
2 changed files with 3 additions and 2 deletions
@@ -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());