This commit is contained in:
帅凯 贾
2023-08-31 13:26:37 +08:00
parent 07d01e0cd0
commit 7eff397fb5
5 changed files with 19 additions and 19 deletions

View File

@ -565,14 +565,14 @@ namespace Epost.BLL
model.Address = item.Address;
model.Command = "REMOVE_JOB";
model.Uid = item.ID;
model.Type = "N";
model.Type = "C";
list.Add(model);
LabelParamModel Unlockmodel = new LabelParamModel();
Unlockmodel.ControlIP = item.ControlIP;
Unlockmodel.Address = item.Address;
Unlockmodel.Command = "UNLOCK";
Unlockmodel.Type = "N";
Unlockmodel.Type = "C";
Unlockmodel.Parameter = "11111000";
list.Add(Unlockmodel);