This commit is contained in:
帅凯 贾
2023-07-26 13:09:49 +08:00
parent ccbca85c55
commit b4fd2d4e05
7 changed files with 99 additions and 73 deletions

View File

@ -62,7 +62,7 @@ namespace Epost.BLL
model.Command = "UNLOCK";
model.Timeout = "0.5";
list.Add(model);
LED_OFF_CLEAR(item["ControlIP"].ToString());
}
if (list.Any())
{
@ -511,6 +511,7 @@ namespace Epost.BLL
model.ControlIP = item["ControlIP"].ToString();
FORMATE_JOB_DATA(model);
LED_OFF_CLEAR(item["ControlIP"].ToString());
}
}