This commit is contained in:
@ -52,13 +52,13 @@ namespace Epost.BLL
|
||||
JobCache.ClearJobList();
|
||||
downCacheDAL.ClearJobDownList();
|
||||
locCache.ClearScanList();
|
||||
//queueBLL.UpdateQueueState();
|
||||
// queueboxBLL.UpdateQueueState();
|
||||
queueBLL.UpdateQueueState();
|
||||
//queueboxBLL.UpdateQueueState();
|
||||
orderbll.UpOrderstate();
|
||||
UserCacheDAL.ClearUserCodeList();
|
||||
boxcache.ClearBoxList();
|
||||
ResultModel resultModel = comBLL.Initialization_M();
|
||||
GetOrderQueue(); //加载任务显示器信息
|
||||
//GetOrderQueue(); //加载任务显示器信息
|
||||
|
||||
|
||||
|
||||
@ -674,7 +674,7 @@ namespace Epost.BLL
|
||||
if (data.Type == "5")//中分扫描枪
|
||||
{
|
||||
|
||||
zhongfenBind(ulist, scanStr, data);
|
||||
//zhongfenBind(ulist, scanStr, data);
|
||||
downCacheDAL.UpdateJobDownModelList(new List<ResultMessageModel> { data }, EdownCommend.Execute);
|
||||
}
|
||||
else if (data.Type == "6")//播种扫描枪
|
||||
|
Reference in New Issue
Block a user