代码修改
continuous-integration/drone/push Build is passing Details

IRC_NewDev
he 2023-12-21 11:43:11 +08:00
parent 01d5b031a9
commit 5825a5cd63
1 changed files with 1 additions and 1 deletions

View File

@ -1976,7 +1976,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
//无需标记,自主选择 //无需标记,自主选择
else else
{ {
result = PET5PSScore.One; return string.Empty;
} }
return result.GetEnumInt(); return result.GetEnumInt();
} }