From 8100ce0a21212c855e8046adef6179e578ff4c77 Mon Sep 17 00:00:00 2001 From: "yang.lee" Date: Wed, 11 Oct 2023 10:14:45 +0800 Subject: [PATCH] =?UTF-8?q?test=20by=20=E8=B7=AF=E6=AE=B5=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=B3=A8=E9=87=8A=E6=8E=89Agv=E5=BF=83=E8=B7=B3?= =?UTF-8?q?=EF=BC=8C=E5=8F=8A=E5=AE=9A=E6=97=B6=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WarehouseMgr/Tnb.WarehouseMgr/WmsDeliveryService.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WarehouseMgr/Tnb.WarehouseMgr/WmsDeliveryService.cs b/WarehouseMgr/Tnb.WarehouseMgr/WmsDeliveryService.cs index 1fd4f283..36e9af2a 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr/WmsDeliveryService.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr/WmsDeliveryService.cs @@ -127,6 +127,9 @@ namespace Tnb.WarehouseMgr if (sPoint != null && ePoint != null) { var points = await _wareHouseService.PathAlgorithms(sPoint.id, ePoint.id); + + Log.Information($"经过的所有点位编码:{Environment.NewLine}{string.Join("\r\n", points.Select(x=>x.point_code))}"); + //根据获取的路径点生成预任务,生成顺序必须预路径算法返回的起终点的顺序一致(预任务顺序) if (points?.Count > 0) {