BUG
This commit is contained in:
@@ -105,10 +105,8 @@ namespace Tnb.WarehouseMgr
|
||||
|
||||
if (sPoint != null && ePoint != null)
|
||||
{
|
||||
Logger.Information($"sPoint.id={sPoint.id},ePoint.id={ePoint.id}");
|
||||
List<WmsPointH> points = new List<WmsPointH>();
|
||||
//中储仓不算路径
|
||||
if (input.data[nameof(InStockStrategyQuery.warehouse_id)].ToString() != "2")
|
||||
if (sPoint.area_code != ePoint.area_code)
|
||||
{
|
||||
points = await _wareHouseService.PathAlgorithms(sPoint.id, ePoint.id);
|
||||
if (points.Count <= 2)
|
||||
|
||||
Reference in New Issue
Block a user