This commit is contained in:
郭睿 2024-12-13 11:12:15 +08:00
parent d9fbfdd938
commit 03250c7d94

View File

@ -586,6 +586,7 @@ namespace YunDa.ISAS.Application.GeneralInformation
!string.IsNullOrEmpty(boardCardSolftVersionOutput.ProtectionVersion) || !string.IsNullOrEmpty(boardCardSolftVersionOutput.ProtectionVersion) ||
!string.IsNullOrEmpty(boardCardSolftVersionOutput.BootVersion) || !string.IsNullOrEmpty(boardCardSolftVersionOutput.BootVersion) ||
!string.IsNullOrEmpty(boardCardSolftVersionOutput.Iec61850Version) || !string.IsNullOrEmpty(boardCardSolftVersionOutput.Iec61850Version) ||
!string.IsNullOrEmpty(boardCardSolftVersionOutput.ProgramVersion) ||
!string.IsNullOrEmpty(boardCardSolftVersionOutput.FpgaVersion); !string.IsNullOrEmpty(boardCardSolftVersionOutput.FpgaVersion);
if (check) if (check)
{ {