This commit is contained in:
帅凯 贾
2023-04-20 18:05:08 +08:00
parent 7e11ca5d4d
commit e2c1d127a0
4 changed files with 18 additions and 17 deletions

View File

@ -597,11 +597,12 @@ namespace Epost.BLL
#region
//comBLL.DISPLAY_LIGHT_BLOCK(model.Taskblock, model.Taskarea, "1");
#endregion
if (list != null && list.Count > 0)
{
LogHelper.WriteLogInfo("添加到点亮的list————————————————————" + list.Count);
comBLL.DISPLAY_JOBALL(list);
}
}
if (list != null && list.Count > 0)
{
LogHelper.WriteLogInfo("添加到点亮的list————————————————————" + list.Count);
comBLL.DISPLAY_JOBALL(list);
}
}
else

View File

@ -222,7 +222,7 @@ namespace Epost.BLL
public bool UpdateQueueState()
{
BoxPickBLL bll = new BoxPickBLL();
dal.deleteBoxpick();
//dal.deleteBoxpick();
bool bo= dal.UpdateQueueState();
//if (bo)
//{