This commit is contained in:
@ -638,7 +638,15 @@ namespace Epost.BLL
|
||||
LabelParamModel model = new LabelParamModel();
|
||||
model.Address = addritem["address"].ToString();
|
||||
model.ControlIP = addritem["controlip"].ToString();
|
||||
model.Parameter =show.No;
|
||||
model.Parameter =show.No;
|
||||
model.Uid = show.Uid;
|
||||
if (string.IsNullOrEmpty(show.Uid))
|
||||
{ model.Uid = addritem["address"].ToString(); }
|
||||
model.Type = "N";
|
||||
if (addritem["addresstype"].ToString() == "2")
|
||||
{
|
||||
model.Type = "C";
|
||||
}
|
||||
model.Command = "REMOVE_JOB";
|
||||
model.Timeout = "0.5";
|
||||
list.Add(model);
|
||||
|
Reference in New Issue
Block a user