This commit is contained in:
@ -79,7 +79,18 @@ namespace Epost.TestToolsWeb.Controllers
|
||||
JobCache.UpdateJobDownModelList(new List<ResultMessageModel>() { data }, EdownCommend.Create);
|
||||
|
||||
}
|
||||
|
||||
if (data.Command == "JOB_Fail")
|
||||
{
|
||||
LabelParamModel lbmodel = new LabelParamModel();
|
||||
lbmodel.Address = data.Address;
|
||||
lbmodel.Uid = data.Address;
|
||||
lbmodel.Type = data.Type;
|
||||
combll.FORMAT_DEVICE(lbmodel);
|
||||
LogHelper.WriteLogInfo("设备报错:"+JsonHelper.SerializeObject(data), Log_Type.ERROR);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
Reference in New Issue
Block a user