Compare commits

..

2 Commits

Author SHA1 Message Date
he f5f4639cc8 Merge branch 'Test_HIR_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_HIR_Net8
continuous-integration/drone/push Build is passing Details
2025-09-02 17:09:18 +08:00
he 32e659c26b 重新发布 2025-09-02 17:09:17 +08:00
1 changed files with 1 additions and 0 deletions

View File

@ -1156,6 +1156,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
if (tableAnswerList.Count > 0) if (tableAnswerList.Count > 0)
{ {
// 状态为空 // 状态为空
errorMassage += _localizer["ReadingCalculate_StatusIsEmpty", string.Join(',', stateIsNullList)] + ","; errorMassage += _localizer["ReadingCalculate_StatusIsEmpty", string.Join(',', stateIsNullList)] + ",";
} }