Compare commits
No commits in common. "f5f4639cc839ac0b871dc41aa170d9ebceacca50" and "2f69df7a83aa10dc12ea5e820e6d398c5ede7fd0" have entirely different histories.
f5f4639cc8
...
2f69df7a83
|
|
@ -1156,7 +1156,6 @@ 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)] + ",";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue