查询装置自检信息

This commit is contained in:
郭睿 2024-12-02 16:29:34 +08:00
parent 80f31e3f14
commit 7d75325a2a

View File

@ -904,7 +904,7 @@ namespace YunDa.ISAS.Application.GeneralInformation
{ {
AbnormalComponent abnormalComponent = new AbnormalComponent() AbnormalComponent abnormalComponent = new AbnormalComponent()
{ {
ComponentName = "", ComponentName = device.DeviceName,
AbnormalReason = imEvent.EvtName, AbnormalReason = imEvent.EvtName,
HandlingMeasures ="" HandlingMeasures =""
}; };