无内容

This commit is contained in:
郭睿AMD7950X 2024-12-02 15:35:31 +08:00
parent f93e0c97af
commit 5b634ad172
2 changed files with 3 additions and 4 deletions

View File

@ -919,7 +919,6 @@ namespace YunDa.ISAS.Application.GeneralInformation
}
return rst;
}
/// <summary>
/// 填充出厂编号
/// </summary>

View File

@ -132,11 +132,11 @@ namespace YunDa.ISAS.Application.GeneralInformation.SecondaryCircuitInfo
entity.DeviceAddress = 1;
entity.InfoAddress = 0;
entity.InfoCPUSector = 0;
entity.InfoDeviceAddress = dispatchaddr;
entity.InfoDeviceAddress = 1;
entity.IsVirtualDevice = true;
entity.IsSelfCheckingValue = false;
entity.Name = $"{secondaryCircuitName}_判定遥测";
entity.SeqNo = 100000;
entity.SeqNo = dispatchaddr;
entity.IsActive = true;
entity.IsSave = false;
entity.IsSendDispatcher = false;
@ -168,7 +168,7 @@ namespace YunDa.ISAS.Application.GeneralInformation.SecondaryCircuitInfo
InfoDeviceAddress = 0,
IsVirtualDevice = true,
IsSelfCheckingValue = false,
SeqNo = 100000,
SeqNo = dispatchaddr,
IsActive = true,
IsSave = false,
IsSendDispatcher = true,