This commit is contained in:
jl
2025-06-24 15:46:02 +08:00
parent 618028296e
commit 7ef2bbeb19
3 changed files with 28 additions and 17 deletions

View File

@ -85,6 +85,7 @@ namespace Epost.TestToolsWeb.Controllers
lbmodel.Address = data.Address;
lbmodel.Uid = data.Address;
lbmodel.Type = data.Type;
lbmodel.ControlIP = data.IP;
combll.FORMAT_DEVICE(lbmodel);
LogHelper.WriteLogInfo("设备报错:"+JsonHelper.SerializeObject(data), Log_Type.ERROR);
}