修改计算

Uat_Study
he 2022-12-16 10:17:43 +08:00 committed by {872297557@qq.com}
parent e2cd980da8
commit ac2441e15d
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
{
var taskInfo = await _visitTaskRepository.Where(x => x.Id == inDto.VisitTaskId).FirstNotNullAsync();
if (taskInfo.SignTime == null)
if (taskInfo.ReadingTaskState != ReadingTaskState.HaveSigned)
{
await service.CalculateTask(new CalculateTaskInDto()
{