This commit is contained in:
@ -185,6 +185,7 @@ namespace Epost.BLL
|
||||
LogHelper.WriteLogInfo(data.Address+"end拍下");
|
||||
|
||||
List<JobModel> offList = jobList.FindAll(m => m.Block == block && m.Area == area && m.Address == data.Address && m.ControlIP == data.IP && m.State == 3 );
|
||||
|
||||
if (offList.Any())
|
||||
{
|
||||
JobModel model = offList.FirstOrDefault();
|
||||
@ -199,7 +200,7 @@ namespace Epost.BLL
|
||||
qumodel.UserCode = model.UserCode;
|
||||
queueBLL.UpdateQueueTaskArea_Car(qumodel);
|
||||
#endregion
|
||||
|
||||
List<JobModel> AllList = jobList.FindAll(m => m.Block == block && m.Area == area && m.ControlIP == data.IP && m.State == 3&&m.UserCode== model.UserCode);
|
||||
bool bo = orderbll.IsSkuFinishWork("", model.Matchid);
|
||||
if (bo)
|
||||
{
|
||||
@ -209,7 +210,7 @@ namespace Epost.BLL
|
||||
}
|
||||
Thread.Sleep(30);
|
||||
#region 清除当前区已做完的sku
|
||||
JobCache.UpdateJobModelList(offList, EcommendType.Execute);
|
||||
JobCache.UpdateJobModelList(AllList, EcommendType.Execute);
|
||||
#endregion
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user