多任务时增加相等情况

This commit is contained in:
2023-11-22 23:19:20 +08:00
parent 805e16c960
commit 0f266e05ca
2 changed files with 3 additions and 3 deletions

View File

@@ -318,7 +318,7 @@ namespace Tnb.WarehouseMgr
x.bill_code = $"{groupCode}-1";
}
}
else if ((moveNum >= areaPreTasks.Count && areaPreTasks.Count > 1) || moveNum < areaPreTasks.Count)
else if ((moveNum >= areaPreTasks.Count && areaPreTasks.Count > 1) || moveNum <= areaPreTasks.Count)
{
string groupCode = await _billRullService.GetBillNumber(WmsWareHouseConst.WMS_TASK_EXECUTE_ENCODE);
items.ForEach(x => x.is_chain = 1);