Uat_Study
he 2023-05-17 14:18:54 +08:00
parent a3c471de38
commit b95592db96
2 changed files with 7 additions and 7 deletions

View File

@ -1320,7 +1320,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
var value = await GetSODData(inDto); var value = await GetSODData(inDto);
if (value == null || inDto.IsBaseLine || !inDto.IsConvertedTask||inDto.BeforeConvertedTaskId!=null) if (value == null || inDto.IsBaseLine )
{ {
return null; return null;
} }