This commit is contained in:
alex
2023-08-14 09:12:15 +08:00

View File

@@ -354,7 +354,8 @@ namespace Tnb.WarehouseMgr
{
taskCode = it.bill_code,
sourceName = it.startpoint_code,
targetName = it.endpoint_code
targetName = it.endpoint_code,
carryCode = it.carry_code,
}));
Log.Information($"请求地址:{url}");
foreach (var (k, v) in taskChainCodeDic)