This commit is contained in:
jl
2025-06-28 09:40:33 +08:00
parent 3042ef9370
commit 722f16a77e
6 changed files with 41 additions and 28 deletions

View File

@ -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