Uat_Study
he 2023-05-17 13:56:56 +08:00
parent 36576d1936
commit a3c471de38
1 changed files with 1 additions and 1 deletions

View File

@ -1337,7 +1337,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
/// <returns></returns>
public async Task<decimal?> GetiSODData(ReadingCalculateDto inDto)
{
if (!inDto.IsConvertedTask || inDto.BeforeConvertedTaskId != null)
if (!inDto.IsConvertedTask)
{
return null;
}